@@ -36,7 +36,7 @@ |
||
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 | }); |