parent
4af0482a93
commit
459b62500e
@ -103,7 +103,6 @@ class VacationRequestController extends Controller
|
||||
->paginate();
|
||||
|
||||
$users = User::query()
|
||||
->withVacationLimitIn($yearPeriod)
|
||||
->orderBy("last_name")
|
||||
->orderBy("first_name")
|
||||
->get();
|
||||
|
Loading…
x
Reference in New Issue
Block a user