This commit is contained in:
EwelinaLasowy
2022-02-21 13:03:09 +01:00
parent 64c99f4632
commit d04c61481c
14 changed files with 34 additions and 33 deletions

View File

@@ -15,6 +15,7 @@ class AppServiceProvider extends ServiceProvider
public function boot(): void
{
Carbon::macro("toDisplayString", fn() => $this->translatedFormat("j F Y"));
Carbon::macro("toDisplayDate", fn() => $this->translatedFormat("d.m.Y"));
$selectedYearPeriodScope = $this->app->make(SelectedYearPeriodScope::class);