app->singleton('siteData', function () { return $this->app->make(Site::class); }); } /** * register the application services */ public function register() { } }