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