mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:14:04 +00:00
php-cs-fixer
This commit is contained in:
parent
7b8ab13f3d
commit
2f9dd95959
3 changed files with 3 additions and 5 deletions
|
|
@ -36,7 +36,7 @@ class MigrateFresh extends Command
|
|||
]));
|
||||
});
|
||||
|
||||
$this->components->task('Migrating', function () use ($tenant){
|
||||
$this->components->task('Migrating', function () use ($tenant) {
|
||||
$this->callSilent('tenants:migrate', [
|
||||
'--tenants' => [$tenant->getTenantKey()],
|
||||
'--force' => true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue