mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:14:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
a94227a19c
commit
a08480f310
5 changed files with 10 additions and 5 deletions
|
|
@ -12,7 +12,8 @@ class CreateTenantConnection
|
|||
{
|
||||
public function __construct(
|
||||
protected DatabaseManager $database,
|
||||
) {}
|
||||
) {
|
||||
}
|
||||
|
||||
public function handle(TenantEvent $event): void
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue