From 04192f6a029c3ffe2305ef3487608e0895ada583 Mon Sep 17 00:00:00 2001 From: stancl Date: Sat, 26 Oct 2019 20:07:31 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Commands/MigrateFresh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/MigrateFresh.php b/src/Commands/MigrateFresh.php index dc4467cf..34493c3f 100644 --- a/src/Commands/MigrateFresh.php +++ b/src/Commands/MigrateFresh.php @@ -42,7 +42,7 @@ final class MigrateFresh extends Command '--database' => $tenant->getConnectionName(), '--force' => true, ])); - + $this->info('Migrating.'); $this->callSilent('tenants:migrate', [ '--tenants' => [$tenant->id],