1
0
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:
Jordi Boggiano
2013-10-02 07:49:08 -07:00

View File

@@ -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)
{