mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -75,8 +75,8 @@ class Factory
|
||||
|
||||
protected function bindProxyManager()
|
||||
{
|
||||
app()->singleton(ProxyManager::class, function ($app) {
|
||||
return new ProxyManager($app->make(Configuration::class), $this->loop, $app->make(HttpClient::class));
|
||||
app()->bind(ProxyManager::class, function ($app) {
|
||||
return new ProxyManager($app->make(Configuration::class), $this->loop);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user