@@ -28,7 +28,7 @@ |
||
| 28 | 28 | { |
| 29 | 29 | $this->mergeConfigFrom(__DIR__.'/../config/telegramloginwidget.php', 'telegramloginwidget'); |
| 30 | 30 | |
| 31 | - $this->app->singleton(TelegramLoginWidget::class, function () { |
|
| 31 | + $this->app->singleton(TelegramLoginWidget::class, function() { |
|
| 32 | 32 | return new TelegramLoginWidget; |
| 33 | 33 | }); |
| 34 | 34 | } |