@@ -51,7 +51,7 @@ |
||
51 | 51 | */ |
52 | 52 | private function registerPayPal() |
53 | 53 | { |
54 | - $this->app->singleton('paypal_rest', function () { |
|
54 | + $this->app->singleton('paypal_rest', function() { |
|
55 | 55 | return new PayPalRestAPI(); |
56 | 56 | }); |
57 | 57 | } |