app->singleton(FcmService::class); } public function boot(): void { $this->app->make(ChannelManager::class)->extend('fcm', function ($app) { return $app->make(FcmChannel::class); }); } }