We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f9b9f commit e781be2Copy full SHA for e781be2
config/app.php
@@ -11,8 +11,6 @@
11
'force_https' => env('FORCE_HTTPS', false),
12
13
'aliases' => Facade::defaultAliases()->merge([
14
- // 'ExampleClass' => App\Example\ExampleClass::class,
15
'TimeZoneHelper' => App\Helpers\TimeZoneHelper::class,
16
])->toArray(),
17
-
18
];
config/services.php
@@ -1,9 +1,7 @@
1
<?php
2
3
return [
4
5
'telegram-bot-api' => [
6
- 'token' => env('TELEGRAM_BOT_TOKEN', 'YOUR BOT TOKEN HERE'),
+ 'token' => env('TELEGRAM_BOT_TOKEN'),
7
],
8
9
0 commit comments