Ken преди 2 седмици
родител
ревизия
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)
     {