registerApi(); } public function registerApi(){ $this->app->bind(ApiFacade::class, function () { return app()->make(ApiService::class); }); } }