1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:14:03 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-11-22 11:26:39 +00:00
parent e503616a2f
commit 5499d1d0a6

View file

@ -41,7 +41,7 @@ class TenantDump extends DumpCommand
return 1;
}
$tenant->run(fn() => parent::handle($connections, $dispatcher));
$tenant->run(fn () => parent::handle($connections, $dispatcher));
return 0;
}