Passed
Push — master ( 1f9d77...6f3321 )
by Vincent
03:30 queued 01:27
created
src/SMSServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
             __DIR__.'/Config/sms.php' => config_path('sms.php'),
19 19
         ], 'laravel_sms_config');
20 20
 
21
-        $this->app->singleton(SMS::class, function () {
21
+        $this->app->singleton(SMS::class, function() {
22 22
             return new SMS();
23 23
         });
24 24
 
Please login to merge, or discard this patch.