Ken 2 týždňov pred
rodič
commit
fa35a91b55

+ 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)
     {