Update Logger.php

This commit is contained in:
Alex Lushpai 2017-12-27 09:59:54 +03:00 committed by GitHub
parent 5d91549f01
commit be7345aaaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ class Logger
private $push;
private $files;
public function __construct($rotate = true, $push = true, $files = 5)
public function __construct($rotate = true, $push = false, $files = 5)
{
$this->rotate = $rotate;
$this->push = $push;