Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3059' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WriterPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class WriterPluginManager extends AbstractPluginManager
* @var array
*/
protected $invokableClasses = array(
'chromephp' => 'Zend\Log\Writer\ChromePhp',
'db' => 'Zend\Log\Writer\Db',
'fingerscrossed' => 'Zend\Log\Writer\FingersCrossed',
'firephp' => 'Zend\Log\Writer\FirePhp',
Expand Down

0 comments on commit 19e5a50

Please sign in to comment.