Completed
Push — master ( 571aff...03f02e )
by Action
02:47
created
src/WebMoneyMerchantServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 
35 35
         $this->app['events']->subscribe(WebMoneyMerchantNotifier::class);
36 36
 
37
-        $this->app->singleton('webmoneymerchant', function () {
37
+        $this->app->singleton('webmoneymerchant', function() {
38 38
             return $this->app->make('ActionM\WebMoneyMerchant\WebMoneyMerchant');
39 39
         });
40 40
 
Please login to merge, or discard this patch.