Skip to content

Commit bbaab46

Browse files
Fix.
1 parent 28141ee commit bbaab46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

File/Iterator/Facade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ protected function getCommonPath(array $files)
156156
$j++;
157157
}
158158

159-
return $common;
159+
return DIRECTORY_SEPARATOR . $common;
160160
}
161161
}

0 commit comments

Comments
 (0)