registerAd(); } public function registerAd(){ $this->app->bind(SysAdFacade::class, function () { return app()->make(SysAdService::class); }); } }