This commit is contained in:
Adrian Hopek
2022-03-07 15:16:53 +01:00
parent f0355f56d3
commit b11e60ab74
11 changed files with 19 additions and 20 deletions

View File

@@ -11,7 +11,6 @@ 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"));
Carbon::macro("toDisplayString", fn() => $this->translatedFormat("d.m.Y"));
}
}