$this->translatedFormat("j F Y")); Carbon::macro("toDisplayDate", fn() => $this->translatedFormat("d.m.Y")); $selectedYearPeriodScope = $this->app->make(SelectedYearPeriodScope::class); VacationLimit::addGlobalScope($selectedYearPeriodScope); Holiday::addGlobalScope($selectedYearPeriodScope); } }