From d0333ca134cc3ea6ba1d2ce47c322c1f00e91d6c Mon Sep 17 00:00:00 2001 From: Stefan Printezis Date: Wed, 30 Aug 2017 11:54:07 +0200 Subject: [PATCH] TelegramDriver expects a token key instead of telegram_token (#11) --- stubs/telegram.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/telegram.php b/stubs/telegram.php index 003900c..00566c7 100644 --- a/stubs/telegram.php +++ b/stubs/telegram.php @@ -11,5 +11,5 @@ | the chatbot through Telegram. | */ - 'telegram_token' => env('TELEGRAM_TOKEN'), + 'token' => env('TELEGRAM_TOKEN'), ];