mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 06:06:40 +02:00
Fixed $handler property visibility
According to the given example, $handler property should not be private.
This commit is contained in:
@@ -33,7 +33,7 @@ class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, F
|
|||||||
/**
|
/**
|
||||||
* @var HandlerInterface
|
* @var HandlerInterface
|
||||||
*/
|
*/
|
||||||
private $handler;
|
protected $handler;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* HandlerWrapper constructor.
|
* HandlerWrapper constructor.
|
||||||
|
Reference in New Issue
Block a user