Merge branch 'main' into #90-user-profile

# Conflicts:
#	app/Infrastructure/Http/Controllers/VacationRequestController.php
This commit is contained in:
Adrian Hopek 2022-04-14 10:49:07 +02:00
commit 8840c61289

View File

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