app->singleton('ai.handler', function ($app) { return new AIHandler(); }); } /** * Bootstrap services. */ public function boot(): void { // } }