fixed return type

This commit is contained in:
Cüneyt Şentürk 2022-04-26 11:46:36 +03:00
parent a351ac5e34
commit 77af143dd6

View File

@ -24,6 +24,8 @@ class CreateDashboard extends Job implements HasOwner, HasSource, ShouldCreate
$users = $this->getUsers();
if (empty($users)) {
$this->model = Dashboard::make();
return;
}