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

Update MigrateDatabase.php

This commit is contained in:
Md Rafsan Jani Rafin 2022-09-25 17:34:49 +06:00 committed by GitHub
parent 53a9d24b7c
commit 405c3e0416
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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