Ken 2 weeks ago
parent
commit
0c97878db5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/api/TelegramWebHook.php

+ 1 - 0
app/Http/Controllers/api/TelegramWebHook.php

@@ -42,6 +42,7 @@ class TelegramWebHook extends Controller
     public function __construct(Api $telegram)
     public function __construct(Api $telegram)
     {
     {
         $this->telegram = $telegram;
         $this->telegram = $telegram;
+        parent::__construct();
     }
     }
 
 
     public function handle(Request $request)
     public function handle(Request $request)