Skip to content

Commit b5db38e

Browse files
authored
Update ResolvesDumpSource.php
1 parent 342197e commit b5db38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Concerns/ResolvesDumpSource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public function mapToLocalPath($path)
194194
}
195195

196196
if (str_starts_with($path, $remoteRoot)) {
197-
return $hostRoot . substr($path, strlen($remoteRoot));
197+
return $hostRoot.substr($path, strlen($remoteRoot));
198198
}
199199

200200
return $path;

0 commit comments

Comments
 (0)