mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 17:16:18 +02:00
mongoCollection attribute visibility changed to protected so subclasses can access this attribute to query the database
This commit is contained in:
@@ -27,7 +27,7 @@ use Monolog\Formatter\NormalizerFormatter;
|
|||||||
*/
|
*/
|
||||||
class MongoDBHandler extends AbstractProcessingHandler
|
class MongoDBHandler extends AbstractProcessingHandler
|
||||||
{
|
{
|
||||||
private $mongoCollection;
|
protected $mongoCollection;
|
||||||
|
|
||||||
public function __construct($mongo, $database, $collection, $level = Logger::DEBUG, $bubble = true)
|
public function __construct($mongo, $database, $collection, $level = Logger::DEBUG, $bubble = true)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user