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

Add --force parameter to tenants:seed Artisan call

This commit is contained in:
chillbram 2021-07-15 13:58:53 +02:00
parent 20e1fa1959
commit ce60eb72a9

View file

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