We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b60518 commit 5530d72Copy full SHA for 5530d72
src/LogFile.php
@@ -29,7 +29,6 @@ class LogFile
29
30
public function __construct(string $path)
31
{
32
- $path = str_replace('\\', '/', $path);
33
$pathInfo = pathinfo($path);
34
$this->path = $path;
35
$this->name = $pathInfo['basename'];
0 commit comments