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

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2023-01-06 05:35:55 +00:00
parent bfd2669fda
commit 5f3e97617f

View file

@ -48,7 +48,7 @@ class Migrate extends MigrateCommand
foreach ($this->option('tenants') as $tenant) {
try {
tenancy()->find($tenant)->run(function($tenant) {
tenancy()->find($tenant)->run(function ($tenant) {
$this->line("Tenant: {$tenant->getTenantKey()}");
event(new MigratingDatabase($tenant));