@@ -11,7 +11,7 @@ |
||
11 | 11 | */ |
12 | 12 | public function register() |
13 | 13 | { |
14 | - $this->app->singleton(TurboSmsApi::class, function ($app) { |
|
14 | + $this->app->singleton(TurboSmsApi::class, function($app) { |
|
15 | 15 | $apiToken = $this->app['config']['services.turbosms.api_token']; |
16 | 16 | $sender = $this->app['config']['services.turbosms.sender']; |
17 | 17 |