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 35bd839 commit 1f4b4b5Copy full SHA for 1f4b4b5
setup.php
@@ -5,7 +5,7 @@
5
$setup = function($scriptPath, string $type = null, $forceOption = null) {
6
$rootPath = getcwd();
7
8
- $dir = \dirname(__DIR__);
+ $dir = __DIR__ . '/vendor';
9
while (!file_exists($dir . '/autoload.php')) {
10
if ($dir === $rootPath) {
11
exit(1);
0 commit comments