File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 105105 */
106106 'collector ' => [
107107 \Guanguans \LaravelExceptionNotify \Collectors \LaravelCollector::class,
108- \Guanguans \LaravelExceptionNotify \Collectors \AnnexCollector ::class,
108+ \Guanguans \LaravelExceptionNotify \Collectors \AdditionCollector ::class,
109109 \Guanguans \LaravelExceptionNotify \Collectors \PhpInfoCollector::class,
110110 \Guanguans \LaravelExceptionNotify \Collectors \ExceptionBasicCollector::class,
111111 \Guanguans \LaravelExceptionNotify \Collectors \ExceptionTraceCollector::class,
Original file line number Diff line number Diff line change 1010
1111namespace Guanguans \LaravelExceptionNotify \Collectors ;
1212
13- class AnnexCollector extends Collector
13+ class AdditionCollector extends Collector
1414{
1515 public function collect ()
1616 {
You can’t perform that action at this time.
0 commit comments