This commit is contained in:
Burak Civan 2022-09-22 15:50:58 +03:00
commit ea17618747

View File

@ -135,6 +135,8 @@ class CreateDashboard extends Job implements HasOwner, HasSource, ShouldCreate
'name' => $name,
'sort' => $sort,
'settings' => (new $class())->getDefaultSettings(),
'created_from' => $this->model->created_from,
'created_by' => $this->model->created_by,
]));
}