extend("slack", fn(Application $app) => $app->make(SlackApiChannel::class)); }); } public function boot(): void { Carbon::macro("toDisplayString", fn() => $this->translatedFormat("d.m.Y")); } }