app->singleton(UserService::class, function($app){ return new UserService; }); } /** * Bootstrap services. */ public function boot(): void { // } }