@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | $this->app->when(CmsmsChannel::class) |
16 | 16 | ->needs(CmsmsClient::class) |
17 | - ->give(function () { |
|
17 | + ->give(function() { |
|
18 | 18 | if (is_null($productToken = config('services.cmsms.product_token'))) { |
19 | 19 | throw InvalidConfiguration::configurationNotSet(); |
20 | 20 | } |