app->bind(\App\Services\Agent\AgentProviderInterface::class, function () { return new \App\Services\Agent\DummyAgentProvider(); }); } /** * Bootstrap any application services. */ public function boot(): void { // } }