1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 09:06:10 +02:00

change name according to Seldaek recommendation

This commit is contained in:
Luis Cordova
2013-11-05 13:33:39 -05:00
parent a72862ffc3
commit b140ff1bb0

View File

@@ -60,7 +60,7 @@ class RotatingFileHandler extends StreamHandler
} }
} }
public function setFilenameFormatParams($filenameFormat, $dateFormat) public function setFilenameFormat($filenameFormat, $dateFormat)
{ {
$this->filenameFormat = $filenameFormat; $this->filenameFormat = $filenameFormat;
$this->dateFormat = $dateFormat; $this->dateFormat = $dateFormat;