Passed
Push — master ( fcbc9a...0b67ad )
by Michel
13:19 queued 08:14
created
src/CmsmsServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.