Passed
Push — master ( f50b84...f7430d )
by Vincent
01:44
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.