mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:54:05 +00:00
code style
This commit is contained in:
parent
d7f7ad3ce6
commit
f6db5667ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
]));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue