We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3755bb5 commit 6652b0fCopy full SHA for 6652b0f
app/Platform.php
@@ -26,7 +26,7 @@ public static function temp_test_path(string $path = ''): string
26
27
public static function normalizePath(string $path): string
28
{
29
- $path = str_replace(' ', '\ ', $path);
+ $path = str_replace(' ', '\\ ', $path);
30
31
if ((new self)->isWindows()) {
32
return str_replace('\\', '/', $path);
0 commit comments