This commit is contained in:
Adrian Hopek 2022-03-18 13:35:01 +01:00
parent 985d0cf4fa
commit 21046dde66

View File

@ -25,6 +25,7 @@ class VacationLimitController extends Controller
$limits = $yearPeriod
->vacationLimits()
->with("user")
->has("user")
->orderByUserField("last_name")
->orderByUserField("first_name")
->get();