Completed
Push — master ( 225fde...6e0e3b )
by Patrick
03:19
created
src/TelegramLoginWidgetServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.