@@ -25,7 +25,7 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | public function register() |
| 27 | 27 | { |
| 28 | - $this->app->singleton(Omnipay::class, function ($app) { |
|
| 28 | + $this->app->singleton(Omnipay::class, function($app) { |
|
| 29 | 29 | $defaults = config('omnipay.defaults', []); |
| 30 | 30 | return new OmnipayGatewayManager($app, new GatewayFactory, $defaults); |
| 31 | 31 | }); |