Skip to content

Commit 3a504cf

Browse files
authored
Merge pull request #53 from xendk/patch-1
Fix vendor path after PS4 conversion
2 parents 68b1d9a + 66dee48 commit 3a504cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extension/LaravelExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ private function isAbsolutePath($path)
8282
*/
8383
private function getVendorPath()
8484
{
85-
return realpath(__DIR__ . '/../../../../../..');
85+
return realpath(__DIR__ . '/../../../..');
8686
}
8787
}

0 commit comments

Comments
 (0)