Test Failed
Push — main ( 14621d...94ee63 )
by Bradley
03:32
created
Category
src/LaravelSMSWorksServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     public function register()
22 22
     {
23 23
         // Register the main class to use with the facade
24
-        $this->app->singleton('SMSWorks', function () {
24
+        $this->app->singleton('SMSWorks', function() {
25 25
             return new SMSWorks;
26 26
         });
27 27
     }
Please login to merge, or discard this patch.