improved create dashboard job
This commit is contained in:
@ -33,7 +33,7 @@ class Dashboards extends Seeder
|
||||
$this->dispatch(new CreateDashboard([
|
||||
'company_id' => $company_id,
|
||||
'name' => trans_choice('general.dashboards', 1),
|
||||
'with_widgets' => true,
|
||||
'default_widgets' => true,
|
||||
'users' => $user_id,
|
||||
]));
|
||||
}
|
||||
|
Reference in New Issue
Block a user