Skip to content

Commit 5530d72

Browse files
committed
try add slash
1 parent 1b60518 commit 5530d72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LogFile.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class LogFile
2929

3030
public function __construct(string $path)
3131
{
32-
$path = str_replace('\\', '/', $path);
3332
$pathInfo = pathinfo($path);
3433
$this->path = $path;
3534
$this->name = $pathInfo['basename'];

0 commit comments

Comments
 (0)