Skip to content

Commit a4f4d2d

Browse files
authored
Update ResolvesDumpSource.php
1 parent b5db38e commit a4f4d2d

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
@@ -158,7 +158,7 @@ protected function resolveSourceHref($file, $line)
158158
return;
159159
}
160160

161-
$file = $this->mapRemotePathToLocal($file);
161+
$file = $this->mapToLocalPath($file);
162162

163163
$href = is_array($editor) && isset($editor['href'])
164164
? $editor['href']

0 commit comments

Comments
 (0)