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 fa3b655 commit df16579Copy full SHA for df16579
src/LogViewerService.php
@@ -75,7 +75,7 @@ protected function getFilePathsMatchingPattern($pattern, $absolute = false): arr
75
}
76
77
foreach ($scannedFiles as $file) {
78
- $file = str_replace('\\', '/', $files);
+ $file = str_replace('\\', '/', $file);
79
80
if (preg_match(pattern: Glob::toRegex(glob: $pattern), subject: $file)) {
81
$files[] = isset($dirname)
0 commit comments