Update docs for new service aliases

This commit is contained in:
Damian Mooyman 2017-07-03 15:49:49 +12:00
parent 74e52332ad
commit 6f24a16dcd
2 changed files with 4 additions and 3 deletions

View File

@ -950,3 +950,4 @@ skipConfigs:
- url_segment
excludedPaths:
- '*fixtures*'
- '*vendor*'

View File

@ -155,7 +155,7 @@ non-dev.
SilverStripe\Core\Injector\Injector:
Psr\Log\LoggerInterface:
calls:
- [ pushHandler, [ %$DisplayErrorHandler ]]
pushDisplayErrorHandler: [ pushHandler, [ %$DisplayErrorHandler ]]
DisplayErrorHandler:
class: SilverStripe\Logging\HTTPOutputHandler
constructor:
@ -171,8 +171,8 @@ non-dev.
SilverStripe\Core\Injector\Injector:
Psr\Log\LoggerInterface:
calls:
- [ pushHandler, [ %$LogFileHandler ]]
- [ pushHandler, [ %$DisplayErrorHandler ]]
pushFileLogHandler: [ pushHandler, [ %$LogFileHandler ]]
pushDisplayErrorHandler: [ pushHandler, [ %$DisplayErrorHandler ]]
LogFileHander:
class: Monolog\Handler\StreamHandler
constructor: