Skip to content

Commit e3d2982

Browse files
authored
fix: remove early exit from autoload path loading (#79)
1 parent afd0c82 commit e3d2982

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/monorepo-builder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
foreach ($possibleAutoloadPaths as $possibleAutoloadPath) {
2626
if (file_exists($possibleAutoloadPath)) {
2727
require_once $possibleAutoloadPath;
28-
break;
2928
}
3029
}
3130

0 commit comments

Comments
 (0)