app->scoped(Setting::class, function (Application $app) { return new Setting(); }); } /** * Bootstrap services. * * @return void */ public function boot() { // App URL is forced per-request via middleware (Octane-safe). } }