Completed
Branch master (930dd3)
by Marceau
03:00
created
src/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
         $this->app->bind(FreeMobileSms::class, FreeMobileSms::class);
38 38
 
39
-        $this->app->singleton('freemobile', function ($app)
39
+        $this->app->singleton('freemobile', function($app)
40 40
         {
41 41
             return new FreeMobileSms();
42 42
         });
Please login to merge, or discard this patch.