#122 - fix missing people in vacation request view #123

Merged
Baakoma merged 1 commits from #122-missing-people-in-vacation-requests-view into main 2022-04-13 11:58:30 +02:00
Showing only changes of commit 8370d76b15 - Show all commits

View File

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