Passed
Pull Request — develop (#16)
by
unknown
07:04 queued 03:46
created
app/Providers/SwapSolverServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.