fixed dashboard creation
This commit is contained in:
parent
2e26ba9e7c
commit
de3c22299c
@ -65,13 +65,13 @@ class CreateDashboard extends Job
|
||||
continue;
|
||||
}
|
||||
|
||||
$list[] = $user;
|
||||
$list[] = $user->id;
|
||||
}
|
||||
} else {
|
||||
$user = user();
|
||||
|
||||
if ($this->shouldCreateDashboardFor($user)) {
|
||||
$list[] = $user;
|
||||
$list[] = $user->id;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user