Skip to content

Commit b5e1050

Browse files
committed
dont replace slashes
1 parent 72b1a0e commit b5e1050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LogViewerService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected function getFilePaths(): array
2929
$baseDir = str_replace(
3030
['[', ']'],
3131
['{LEFTBRACKET}', '{RIGHTBRACKET}'],
32-
str_replace('\\', '/', $this->basePathForLogs())
32+
$this->basePathForLogs()
3333
);
3434
$baseDir = str_replace(
3535
['{LEFTBRACKET}', '{RIGHTBRACKET}'],

0 commit comments

Comments
 (0)