File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Documentation is available at: https://docs.dotkernel.org/dot-errorhandler/
2121[ ![ GitHub issues] ( https://img.shields.io/github/issues/dotkernel/dot-errorhandler )] ( https://github.com/dotkernel/dot-errorhandler/issues )
2222[ ![ GitHub forks] ( https://img.shields.io/github/forks/dotkernel/dot-errorhandler )] ( https://github.com/dotkernel/dot-errorhandler/network )
2323[ ![ GitHub stars] ( https://img.shields.io/github/stars/dotkernel/dot-errorhandler )] ( https://github.com/dotkernel/dot-errorhandler/stargazers )
24- [ ![ GitHub license] ( https://img.shields.io/github/license/dotkernel/dot-errorhandler )] ( https://github.com/dotkernel/dot-errorhandler/blob/3 .0/LICENSE )
24+ [ ![ GitHub license] ( https://img.shields.io/github/license/dotkernel/dot-errorhandler )] ( https://github.com/dotkernel/dot-errorhandler/blob/4 .0/LICENSE )
2525
2626[ ![ Build Static] ( https://github.com/dotkernel/dot-errorhandler/actions/workflows/continuous-integration.yml/badge.svg?branch=4.0 )] ( https://github.com/dotkernel/dot-errorhandler/actions/workflows/continuous-integration.yml )
2727[ ![ codecov] ( https://codecov.io/gh/dotkernel/dot-errorhandler/branch/4.0/graph/badge.svg?token=0KIJARS5RS )] ( https://codecov.io/gh/dotkernel/dot-errorhandler )
@@ -52,18 +52,16 @@ In `config/autoload/error-handling.global.php`:
5252
5353use Dot\ErrorHandler\ErrorHandlerInterface;
5454use Dot\ErrorHandler\LogErrorHandler;
55- use Dot\ErrorHandler\ErrorHandler;
5655
5756return [
58- 'dependencies' => [
57+ 'dependencies' => [
5958 'aliases' => [
6059 ErrorHandlerInterface::class => LogErrorHandler::class,
61- ]
62-
60+ ],
6361 ],
6462 'dot-errorhandler' => [
6563 'loggerEnabled' => true,
66- 'logger' => 'dot-log.default_logger'
64+ 'logger' => 'dot-log.default_logger',
6765 ]
6866];
6967```
You can’t perform that action at this time.
0 commit comments