mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +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
|
||||
{
|
||||
private $mongoCollection;
|
||||
protected $mongoCollection;
|
||||
|
||||
public function __construct($mongo, $database, $collection, $level = Logger::DEBUG, $bubble = true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user