@@ -20,7 +20,7 @@ |
||
| 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'); |