Skip to content

Commit b1d8ed6

Browse files
committed
Remove redundant strings
1 parent ef6fcc6 commit b1d8ed6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/config/config.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
/**
55
* Bot configuration
66
*/
7-
'bot' => [
8-
'name' => env('PHP_TELEGRAM_BOT_NAME', 'Test Name'),
9-
'api_key' => env('PHP_TELEGRAM_BOT_API_KEY', '489567508:AAEJgd80WMYbl7NisJYpkWCJLt2o_0RkpXs'),
7+
'bot' => [
8+
'name' => env('PHP_TELEGRAM_BOT_NAME', ''),
9+
'api_key' => env('PHP_TELEGRAM_BOT_API_KEY', ''),
1010
],
1111

1212
/**
@@ -27,7 +27,7 @@
2727
],
2828
],
2929

30-
'admins' => [
30+
'admins' => [
3131
// Admin ids
3232
],
3333

0 commit comments

Comments
 (0)