Skip to content

Commit e4d1816

Browse files
author
Jordan Hall
committed
Fix to vendor autoload require
1 parent f9a1360 commit e4d1816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if (file_exists(__DIR__.'/../vendor/autoload.php')) {
44
require_once __DIR__.'/../vendor/autoload.php';
5-
} elseif (file_exists(__DIR__.'/../../../../autoload.php')) {
5+
} elseif (file_exists(__DIR__.'/../../../../vendor/autoload.php')) {
66
require_once __DIR__.'/../../../../vendor/autoload.php';
77
}
88

0 commit comments

Comments
 (0)