@@ -18,7 +18,7 @@ |
||
18 | 18 | __DIR__.'/Config/sms.php' => config_path('sms.php'), |
19 | 19 | ], 'laravel_sms_config'); |
20 | 20 | |
21 | - $this->app->singleton(SMS::class, function () { |
|
21 | + $this->app->singleton(SMS::class, function() { |
|
22 | 22 | return new SMS(); |
23 | 23 | }); |
24 | 24 |