Skip to content

Commit 20943ac

Browse files
committed
wip
1 parent 11704f2 commit 20943ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/Kernel/LoadDiscoveryClasses.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,6 @@ private function shouldSkipDirectory(string $path): bool
232232
{
233233
$directory = pathinfo($path, PATHINFO_BASENAME);
234234

235-
return $directory === 'node_modules';
235+
return $directory === 'node_modules' || $directory === 'vendor';
236236
}
237237
}

0 commit comments

Comments
 (0)