app->singleton(GoogleVisionService::class); $this->app->singleton(GoogleMapsService::class); $this->app->singleton(ShjOneService::class); // Commands $this->commands([ ShjOneCommand::class, ]); } /** * Bootstrap any application services. */ public function boot(): void { // } }