@@ -21,7 +21,7 @@ |
||
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 | } |