Completed
Push — v2.0 ( 5a3b4b...a2699e )
by Raza
07:35
created
src/Providers/PayPalServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      */
55 55
     private function registerPayPal()
56 56
     {
57
-        $this->app->singleton('paypal_client', static function () {
57
+        $this->app->singleton('paypal_client', static function() {
58 58
             return new PayPalClient();
59 59
         });
60 60
     }
Please login to merge, or discard this patch.