delete dashboard/report after module uninstall

This commit is contained in:
Denis Duliçi
2021-03-30 00:12:51 +03:00
parent 9a82779f99
commit 72bf03edb4
10 changed files with 189 additions and 22 deletions

View File

@ -33,7 +33,7 @@ class Dashboards extends Seeder
$this->dispatch(new CreateDashboard([
'company_id' => $company_id,
'name' => trans_choice('general.dashboards', 1),
'default_widgets' => true,
'default_widgets' => 'core',
'users' => $user_id,
]));
}