@@ -34,7 +34,7 @@ |
||
34 | 34 | |
35 | 35 | $this->app['events']->subscribe(UnitPayNotifier::class); |
36 | 36 | |
37 | - $this->app->singleton('unitpay', function () { |
|
37 | + $this->app->singleton('unitpay', function() { |
|
38 | 38 | return $this->app->make('ActionM\UnitPay\UnitPay'); |
39 | 39 | }); |
40 | 40 |