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