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

DB name -> DB connection

This commit is contained in:
Samuel Štancl 2019-09-29 12:15:31 +02:00
parent 00f1a3961d
commit e00793573f

View file

@ -42,7 +42,7 @@ final class MigrateFresh extends Command
tenancy()->initialize($tenant); tenancy()->initialize($tenant);
$this->call('db:wipe', [ $this->call('db:wipe', [
'--database' => $tenant->getDatabaseName(), '--database' => $tenant->getDatabaseConnection(),
'--force' => true, '--force' => true,
]); ]);