@@ -33,7 +33,7 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | public function register() |
| 35 | 35 | { |
| 36 | - $this->app->singleton('sms', function () { |
|
| 36 | + $this->app->singleton('sms', function() { |
|
| 37 | 37 | return new Manager($this->app); |
| 38 | 38 | }); |
| 39 | 39 | } |