mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 13:34:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
e503616a2f
commit
5499d1d0a6
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class TenantDump extends DumpCommand
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
$tenant->run(fn() => parent::handle($connections, $dispatcher));
|
$tenant->run(fn () => parent::handle($connections, $dispatcher));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue