app->singleton('activity', function () { return $this->app->make(ActivityLogger::class); }); $this->app->singleton('theme', function () { return $this->app->make(ThemeService::class); }); } }