代码规范

This commit is contained in:
thinkphp
2017-11-14 17:40:12 +08:00
parent 4677d41352
commit dd050112a7

View File

@@ -47,7 +47,6 @@ class File
if ($this->config['single']) {
$destination = $this->config['path'] . 'single.log';
} else {
$cli = IS_CLI ? '_cli' : '';
$destination = $this->config['path'] . date('Ym') . DS . date('d') . $cli . '.log';
}