Skip to content

Commit 5872827

Browse files
committed
Update docs
1 parent 60572d5 commit 5872827

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

README-EN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public function report(Exception $e)
8484
{
8585
// 默认通道
8686
\ExceptionNotifier::reportIf($this->shouldReport($e), $e);
87-
8887
// 指定通道
8988
\ExceptionNotifier::onChannel('dingTalk', 'mail')->reportIf($this->shouldReport($e), $e);
9089

@@ -94,7 +93,7 @@ public function report(Exception $e)
9493

9594
### Notification result
9695

97-
![xiZhi](docs/xiZhi.png)
96+
![xiZhi](docs/xiZhi.jpg)
9897

9998
## Testing
10099

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public function report(Exception $e)
8686
{
8787
// 默认通道
8888
\ExceptionNotifier::reportIf($this->shouldReport($e), $e);
89-
9089
// 指定通道
9190
\ExceptionNotifier::onChannel('dingTalk', 'mail')->reportIf($this->shouldReport($e), $e);
9291

docs/usage.png

-14.4 KB
Loading

docs/xiZhi.jpg

39.5 KB
Loading

0 commit comments

Comments
 (0)