#90 - user profile #125

Merged
Baakoma merged 19 commits from #90-user-profile into main 2022-04-14 11:58:45 +02:00
Showing only changes of commit 8840c61289 - Show all commits

View File

@@ -107,7 +107,6 @@ class VacationRequestController extends Controller
->paginate();
$users = User::query()
->withVacationLimitIn($yearPeriod)
->orderByProfileField("last_name")
->orderByProfileField("first_name")
->get();