mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 16:54:04 +00:00
Fix styling
This commit is contained in:
parent
f498daacc2
commit
c9ab5c4f1d
19 changed files with 62 additions and 51 deletions
|
|
@ -21,10 +21,9 @@ class TenantDump extends DumpCommand
|
|||
$this->specifyParameters();
|
||||
}
|
||||
|
||||
|
||||
public function handle(ConnectionResolverInterface $connections, Dispatcher $dispatcher): int
|
||||
{
|
||||
$this->tenant()->run(fn() => parent::handle($connections, $dispatcher));
|
||||
$this->tenant()->run(fn () => parent::handle($connections, $dispatcher));
|
||||
|
||||
return Command::SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue