1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 12:24:04 +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);
$this->call('db:wipe', [
'--database' => $tenant->getDatabaseName(),
'--database' => $tenant->getDatabaseConnection(),
'--force' => true,
]);