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

This commit is contained in:
Adrian Hopek 2022-04-13 11:58:30 +02:00 committed by GitHub
parent 4af0482a93
commit 459b62500e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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