fixed test
This commit is contained in:
parent
9ccc5df6b4
commit
554e895496
@ -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++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user