Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryvasilevskiy committed Oct 4, 2019
1 parent e8d53a1 commit 19c71a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Telegram.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public static function log($note)
}
}

$token = config('token_telegram');
$chat_id = config('chat_id_telegram');
$token = config('app.token_telegram');
$chat_id = config('app.chat_id_telegram');

$message = '<b>' . env('APP_NAME') . '</b>' . PHP_EOL
. '<b>' . env('APP_ENV') . '</b>' . PHP_EOL
Expand Down

0 comments on commit 19c71a7

Please sign in to comment.