mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:34:04 +00:00
DB name -> DB connection
This commit is contained in:
parent
00f1a3961d
commit
e00793573f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue