From 5f3e97617ffde533f3dd879d1b03cc0bfe63191d Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Fri, 6 Jan 2023 05:35:55 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Commands/Migrate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/Migrate.php b/src/Commands/Migrate.php index 6ce361ac..7649d079 100644 --- a/src/Commands/Migrate.php +++ b/src/Commands/Migrate.php @@ -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));