Skip to content

Commit 2149658

Browse files
committed
Fixed aspect.
1 parent 677f9d6 commit 2149658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Definition/DefinitionSource.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ private function isNeedProxy(ReflectionClass $reflectionClass): bool
279279
$defined = [];
280280
$annotations = AnnotationCollector::get($className . '._m', []);
281281
foreach ($annotations as $method => $annotation) {
282-
$defined = array_replace($defined, array_keys($annotation));
282+
$defined = array_merge($defined, array_keys($annotation));
283283
}
284284
return $defined;
285285
});

0 commit comments

Comments
 (0)