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