Completed
Push — v2 ( eb8d0a...4518aa )
by Raza
07:17
created
src/Providers/PayPalServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.