We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a1360 commit e4d1816Copy full SHA for e4d1816
src/setup.php
@@ -2,7 +2,7 @@
2
3
if (file_exists(__DIR__.'/../vendor/autoload.php')) {
4
require_once __DIR__.'/../vendor/autoload.php';
5
-} elseif (file_exists(__DIR__.'/../../../../autoload.php')) {
+} elseif (file_exists(__DIR__.'/../../../../vendor/autoload.php')) {
6
require_once __DIR__.'/../../../../vendor/autoload.php';
7
}
8
0 commit comments