fixed test

This commit is contained in:
Cüneyt Şentürk 2021-09-04 16:04:27 +03:00
parent 9ccc5df6b4
commit 554e895496

View File

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