mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 17:16:18 +02:00
Merge pull request #239 from gabrielricci/master
$mongoCollection attribute visibility changed to protected
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