add test batches
This commit is contained in:
@@ -37,7 +37,7 @@ class AdminNotificationUserService
|
||||
->orderBy('u.lastname')
|
||||
->orderBy('u.firstname')
|
||||
->get()
|
||||
->map(fn ($r) => (array) $r)
|
||||
->map(fn($r) => (array) $r)
|
||||
->all();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user