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