Test Failed
Push — master ( d8dc21...c104d5 )
by Zura
02:07
created
src/SMSOfficeServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 
20 20
         throw_unless($config, InvalidConfiguration::class);
21 21
 
22
-        $this->app->singleton(SMSOffice::class, function () use ($config) {
22
+        $this->app->singleton(SMSOffice::class, function() use ($config) {
23 23
             return new SMSOffice($config['key'], $config['sender']);
24 24
         });
25 25
     }
Please login to merge, or discard this patch.