mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 23:14:05 +00:00
#1364 clean migration output
This commit is contained in:
parent
d98a170fbd
commit
b0b86355f1
1 changed files with 2 additions and 0 deletions
|
|
@ -31,8 +31,10 @@ class MigrateDatabase implements ShouldQueue
|
|||
*/
|
||||
public function handle()
|
||||
{
|
||||
ob_start();
|
||||
Artisan::call('tenants:migrate', [
|
||||
'--tenants' => [$this->tenant->getTenantKey()],
|
||||
]);
|
||||
ob_end_clean();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue