@@ -13,7 +13,7 @@ |
||
| 13 | 13 | */ |
| 14 | 14 | public function register() |
| 15 | 15 | { |
| 16 | - $this->app->singleton(SwapSolverService::class, function ($app) { |
|
| 16 | + $this->app->singleton(SwapSolverService::class, function($app) { |
|
| 17 | 17 | $uri = $this->app['config']->get('services.swapsolver.endpoint'); |
| 18 | 18 | $client = new Client(['base_uri' => $uri]); |
| 19 | 19 | |