#90 - user profile #125
@@ -107,7 +107,6 @@ class VacationRequestController extends Controller
|
|||||||
->paginate();
|
->paginate();
|
||||||
|
|
||||||
$users = User::query()
|
$users = User::query()
|
||||||
->withVacationLimitIn($yearPeriod)
|
|
||||||
->orderByProfileField("last_name")
|
->orderByProfileField("last_name")
|
||||||
->orderByProfileField("first_name")
|
->orderByProfileField("first_name")
|
||||||
->get();
|
->get();
|
||||||
|
|||||||
Reference in New Issue
Block a user