Skip to content

Commit 9b0df2c

Browse files
committed
chore(app): update boot method in AppServiceProvider.php
- Updated the boot method in the app/Providers/AppServiceProvider.php file to make necessary modifications.
1 parent 98a1fc7 commit 9b0df2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ php artisan vendor:publish --provider="Guanguans\\LaravelExceptionNotify\\Except
5151
### Configure channels in the `config/exception-notify.php` and `.env` file
5252

5353
```dotenv
54-
#EXCEPTION_NOTIFY_DEFAULTS=dingTalk,lark,mail,slack,telegram,...
54+
# EXCEPTION_NOTIFY_DEFAULTS=dingTalk,lark,mail,slack,telegram,...
5555
EXCEPTION_NOTIFY_DEFAULTS=log,slack,weWork
5656
EXCEPTION_NOTIFY_SLACK_WEBHOOK=https://hooks.slack.com/services/TPU9A9/B038KNUC0GY/6pKH3vfa3mjlUPcgLSjzR
5757
EXCEPTION_NOTIFY_WEWORK_TOKEN=73a3d5a3-ceff-4da8-bcf3-ff5891778
@@ -99,7 +99,7 @@ public function boot(): void
9999
}
100100
```
101101

102-
### Extend custom channel
102+
### Custom channel
103103

104104
Modify the `boot` method in the `app/Providers/AppServiceProvider.php` file
105105

0 commit comments

Comments
 (0)