mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 06:36:46 +02:00
remove unused glob member
This commit is contained in:
@@ -141,10 +141,9 @@ class RotatingFileHandler extends StreamHandler
|
|||||||
return $glob;
|
return $glob;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setTimedFilename($filenameFormat, $dateFormat, $glob)
|
public function setTimedFilename($filenameFormat, $dateFormat)
|
||||||
{
|
{
|
||||||
$this->filenameFormat = $filenameFormat;
|
$this->filenameFormat = $filenameFormat;
|
||||||
$this->dateFormat = $dateFormat;
|
$this->dateFormat = $dateFormat;
|
||||||
$this->glob = $glob;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user