File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ php artisan exception-notify:test --ansi -v
6767
6868### Notification examples
6969
70- | discord | lark | mail | slack | telegram | weWork |
71- | :----------------------------:| :----------------------:| :--------------------------:| :----------------------------: | :----------------------------------: | :------------------------------: |
72- | ![ discord] ( docs/discord.jpg ) | ![ lark] ( docs/lark.jpg ) | ![ mail.jpg] ( docs/mail.jpg ) | ![ slack.jpg ] ( docs/slack.jpg ) | ![ telegram.jpg ] ( docs/telegram.jpg ) | ![ weWork.jpg ] ( docs/weWork.jpg ) |
70+ | discord | lark | mail |
71+ | :----------------------------:| :----------------------:| :--------------------------:|
72+ | ![ discord] ( docs/discord.jpg ) | ![ lark] ( docs/lark.jpg ) | ![ mail.jpg] ( docs/mail.jpg ) |
7373
7474### Skip report
7575
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class TestCommand extends Command
2626
2727 public function handle (ExceptionNotifyManager $ exceptionNotifyManager ): void
2828 {
29- collect (config ('exception-notify.channels ' ))->each (function (array $ config , string $ name ): void {
29+ collect (config ('exception-notify.channels ' ))->each (static function (array $ config , string $ name ): void {
3030 if ('notify ' === $ config ['driver ' ]) {
3131 config ()->set ("exception-notify.channels. $ name.client.extender " , DefaultNotifyClientExtender::class);
3232 }
You can’t perform that action at this time.
0 commit comments