Skip to content

Commit 5630766

Browse files
committed
Fix autoloader issues for global install
1 parent 46bbe16 commit 5630766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: magestead

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
set_time_limit(0);
1111

1212
// include the composer autoloader
13-
require_once __DIR__ . '/vendor/autoload.php';
13+
require_once __DIR__ . '/../../../vendor/autoload.php';
1414

1515
// import the Symfony Console Application
1616
use Symfony\Component\Console\Application;

0 commit comments

Comments
 (0)