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 b8f30e9 commit 1b60518Copy full SHA for 1b60518
src/LogFile.php
@@ -29,6 +29,7 @@ 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