diff --git a/Telegram.php b/Telegram.php
index 6007dfa..17d5a26 100644
--- a/Telegram.php
+++ b/Telegram.php
@@ -17,8 +17,8 @@ public static function log($note)
}
}
- $token = config('app.token_telegram');
- $chat_id = config('app.chat_id_telegram');
+ $token = config('telegramLog.token');
+ $chat_id = config('telegramLog.chat_id');
$message = '' . env('APP_NAME') . '' . PHP_EOL
. '' . env('APP_ENV') . '' . PHP_EOL