Skip to content

Commit

Permalink
TelegramDriver expects a token key instead of telegram_token (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanPrintezis authored and mpociot committed Aug 30, 2017
1 parent 54ea40c commit d0333ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/telegram.php
Expand Up @@ -11,5 +11,5 @@
| the chatbot through Telegram.
|
*/
'telegram_token' => env('TELEGRAM_TOKEN'),
'token' => env('TELEGRAM_TOKEN'),
];

0 comments on commit d0333ca

Please sign in to comment.