Skip to content

Commit 7527e37

Browse files
committed
Prepare Version 0.24.2
1 parent cdd2eb0 commit 7527e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builders/Components/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function getAllClasses(string $collection): Collection
4343

4444
return
4545
($collectionAnnotation && $collectionAnnotation->name === ['*']) ||
46-
(! $collectionAnnotation && $collection === Generator::COLLECTION_DEFAULT) ||
46+
(! $collectionAnnotation) ||
4747
($collectionAnnotation && in_array($collection, $collectionAnnotation->name ?? [], true));
4848
})
4949
->map(static function (ReflectionClass $reflectionClass) {

0 commit comments

Comments
 (0)