1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

Merge pull request #770 from andrzejkupczyk/master

Fixed $handler property visibility
This commit is contained in:
Jordi Boggiano
2016-04-15 17:51:51 +01:00

View File

@@ -33,7 +33,7 @@ class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, F
/**
* @var HandlerInterface
*/
private $handler;
protected $handler;
/**
* HandlerWrapper constructor.