mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #826
This commit is contained in:
@@ -16,3 +16,8 @@ services:
|
||||
$botKey: '%env(resolve:TG_BOT_API_KEY)%'
|
||||
$apiClient: '@TgBotApi\BotApiBase\ApiClientInterface'
|
||||
$normalizer: '@TgBotApi\BotApiBase\NormalizerInterface'
|
||||
|
||||
TgBotApi\BotApiBase\BotApiComplete:
|
||||
parent: TgBotApi\BotApiBase\BotApi
|
||||
|
||||
TgBotApi\BotApiBase\BotApiInterface: '@TgBotApi\BotApiBase\BotApi'
|
||||
|
||||
Reference in New Issue
Block a user