1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 13:54:04 +00:00

Fix: Seed Job Failing To Run Due to confirmToProceed Condition In Seed Command

This commit is contained in:
Andrew Leach 2024-10-21 12:59:13 -04:00
parent 30cdc9461e
commit ce6c4516b7

View file

@ -33,6 +33,7 @@ class SeedDatabase implements ShouldQueue
{ {
Artisan::call('tenants:seed', [ Artisan::call('tenants:seed', [
'--tenants' => [$this->tenant->getTenantKey()], '--tenants' => [$this->tenant->getTenantKey()],
'--force' => true,
]); ]);
} }
} }