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

code style

This commit is contained in:
Samuel Štancl 2022-02-22 14:48:01 +01:00 committed by GitHub
parent d7f7ad3ce6
commit f6db5667ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ final class MigrateFresh extends Command
$this->info('Dropping tables.'); $this->info('Dropping tables.');
$this->call('db:wipe', array_filter([ $this->call('db:wipe', array_filter([
'--database' => 'tenant', '--database' => 'tenant',
'--drop-views' => $this->option('drop-views'), '--drop-views' => $this->option('drop-views'),
'--force' => true, '--force' => true,
])); ]));