Ken 2 недель назад
Родитель
Сommit
fa35a91b55
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/Http/Controllers/api/TelegramWebHook.php

+ 2 - 2
app/Http/Controllers/api/TelegramWebHook.php

@@ -35,9 +35,9 @@ use App\Services\IssueService;
 use App\Services\KeyboardService;
 use Telegram\Bot\FileUpload\InputFile;
 
-class TelegramWebHook extends Controller
+class TelegramWebHook extends BaseController
 {
-    protected $telegram;
+    protected Api $telegram;
 
     public function __construct(Api $telegram)
     {