Skip to content

Commit

Permalink
refactor(config): remove 'report_using_creator' from exception-notify…
Browse files Browse the repository at this point in the history
….php

- Remove 'report_using_creator' configuration from exception-notify.php
- Deleted the ReportUsingCreator class file
  • Loading branch information
guanguans committed May 9, 2024
1 parent 7f4ceae commit a40bd4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
6 changes: 0 additions & 6 deletions config/exception-notify.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Guanguans\LaravelExceptionNotify\Pipes\LimitLengthPipe;
use Guanguans\LaravelExceptionNotify\Pipes\SprintfHtmlPipe;
use Guanguans\LaravelExceptionNotify\Pipes\SprintfMarkdownPipe;
use Guanguans\LaravelExceptionNotify\ReportUsingCreator;

return [
/**
Expand Down Expand Up @@ -58,11 +57,6 @@
'queue' => env('EXCEPTION_NOTIFY_JOB_QUEUE'),
],

/**
* The creator of report using.
*/
'report_using_creator' => env('EXCEPTION_NOTIFY_REPORT_USING_CREATOR', ReportUsingCreator::class),

/**
* The title of exception notification report.
*/
Expand Down
36 changes: 0 additions & 36 deletions src/ReportUsingCreator.php

This file was deleted.

0 comments on commit a40bd4c

Please sign in to comment.