diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 55bcc66d..eb9b3edf 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -355,9 +355,6 @@ class Loader extends BaseObject } foreach ($annotations['methods'] as $name => $attribute) { foreach ($attribute as $value) { - if (!($value instanceof \Annotation\Attribute)) { - continue; - } $value->execute([$annotations['handler'], $name]); } }