app->environment() !== 'production') { $this->app->register(IdeHelperServiceProvider::class); } $this->app->bind(AuthApps::class, AuthService::class); $this->app->bind(APIInterface::class, APIService::class); } /** * Bootstrap any application services. * * @return void */ public function boot() { // } }