Widget jobs added and created_by column fixed..

This commit is contained in:
Cüneyt Şentürk
2021-09-04 15:35:43 +03:00
parent fcf5407bbd
commit ba70388861
5 changed files with 198 additions and 32 deletions

View File

@@ -136,6 +136,7 @@ class CreateDashboard extends Job
'name' => $name,
'sort' => $sort,
'settings' => (new $class())->getDefaultSettings(),
'created_by' => user_id(),
]);
$sort++;