Skip to content

Commit e781be2

Browse files
committed
removed example alias
1 parent 73f9b9f commit e781be2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

config/app.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
'force_https' => env('FORCE_HTTPS', false),
1212

1313
'aliases' => Facade::defaultAliases()->merge([
14-
// 'ExampleClass' => App\Example\ExampleClass::class,
1514
'TimeZoneHelper' => App\Helpers\TimeZoneHelper::class,
1615
])->toArray(),
17-
1816
];

config/services.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22

33
return [
4-
54
'telegram-bot-api' => [
6-
'token' => env('TELEGRAM_BOT_TOKEN', 'YOUR BOT TOKEN HERE'),
5+
'token' => env('TELEGRAM_BOT_TOKEN'),
76
],
8-
97
];

0 commit comments

Comments
 (0)