Skip to content

Commit

Permalink
refactor(config): remove PhpInfoCollector from exception-notify config
Browse files Browse the repository at this point in the history
- Commented out the PhpInfoCollector class in the collectors array
  • Loading branch information
guanguans committed May 17, 2024
1 parent bdd2448 commit b927a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/exception-notify.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
*/
'collectors' => [
Guanguans\LaravelExceptionNotify\Collectors\ApplicationCollector::class,
Guanguans\LaravelExceptionNotify\Collectors\PhpInfoCollector::class,
// Guanguans\LaravelExceptionNotify\Collectors\PhpInfoCollector::class,
Guanguans\LaravelExceptionNotify\Collectors\ChoreCollector::class,
Guanguans\LaravelExceptionNotify\Collectors\RequestBasicCollector::class,
Guanguans\LaravelExceptionNotify\Collectors\ExceptionBasicCollector::class,
Expand Down

0 comments on commit b927a52

Please sign in to comment.