Fix Pint formatting
This commit is contained in:
@@ -9,6 +9,7 @@ class NotificationRecipientService
|
||||
public function getRecipients(string $targetGroup): array
|
||||
{
|
||||
$rows = User::getUsersByRole($targetGroup);
|
||||
|
||||
return is_array($rows) ? $rows : [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user