Skip to content

Commit b18e4b6

Browse files
committed
Add missing symlink to autoloader
1 parent a189c4d commit b18e4b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.maintenance/symlink-vendor-folders.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
// Symlink entries already contain the `vendor/` folder suffix.
1717
symlink( "../../{$symlink}", "{$repository}/{$symlink}" );
1818
}
19+
20+
// Symlink the autoloader as well so commands can be properly loaded.
21+
symlink( "../../vendor/autoload.php", "{$repository}/vendor/autoload.php" );
1922
}
2023
}

0 commit comments

Comments
 (0)