mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34:04 +00:00
Fix: Seed Job Failing To Run Due to confirmToProceed Condition In Seed Command
This commit is contained in:
parent
30cdc9461e
commit
ce6c4516b7
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ class SeedDatabase implements ShouldQueue
|
|||
{
|
||||
Artisan::call('tenants:seed', [
|
||||
'--tenants' => [$this->tenant->getTenantKey()],
|
||||
'--force' => true,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue