Completed
Push — master ( ab109e...49014d )
by Nikolay
03:44
created
src/CloudPayments/CloudPaymentsServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
         $this->initializeConfigs();
22 22
 
23
-        $this->app->bind(CloudPaymentClient::class, function (Container $app) {
23
+        $this->app->bind(CloudPaymentClient::class, function(Container $app) {
24 24
             $http_client = $app->make(ClientInterface::class);
25 25
             /** @var Repository $config */
26 26
             $config = $app->make('config');
Please login to merge, or discard this patch.