Exemplo n.º 1
0
 public function haveMissingUser($userIds)
 {
     return User::whereIn("id", $userIds)->count() <= 0;
 }