We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b1a0e commit b5e1050Copy full SHA for b5e1050
src/LogViewerService.php
@@ -29,7 +29,7 @@ protected function getFilePaths(): array
29
$baseDir = str_replace(
30
['[', ']'],
31
['{LEFTBRACKET}', '{RIGHTBRACKET}'],
32
- str_replace('\\', '/', $this->basePathForLogs())
+ $this->basePathForLogs()
33
);
34
35
0 commit comments