app->scoped(Setting::class, function (Application $app) { return Setting::getInstance(); }); } /** * Bootstrap services. * * @return void */ public function boot() { } }