From f6db5667ed04d4b4f0e343c76d7dde982ec43f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 22 Feb 2022 14:48:01 +0100 Subject: [PATCH] code style --- 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 0de54dc7..4d003db0 100644 --- a/src/Commands/MigrateFresh.php +++ b/src/Commands/MigrateFresh.php @@ -40,7 +40,7 @@ final class MigrateFresh extends Command $this->info('Dropping tables.'); $this->call('db:wipe', array_filter([ '--database' => 'tenant', - '--drop-views' => $this->option('drop-views'), + '--drop-views' => $this->option('drop-views'), '--force' => true, ]));