Skip to content

Commit 091d31f

Browse files
committed
Fix path issues when installed
1 parent ce7724c commit 091d31f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devstack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
if (file_exists($autoload = __DIR__ . '/vendor/autoload.php')) {
55
require $autoload;
66
} else {
7-
require __DIR__ . '/../autoload.php';
7+
require dirname(__DIR__, 2) . '/autoload.php';
88
}
99

1010

0 commit comments

Comments
 (0)