diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 9adef56a..51351a7b 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -185,11 +185,11 @@ class Loader extends BaseObject if (!class_exists($attribute->getName())) { continue; } - $property = $attribute->newInstance(); - if ($property instanceof Inject) { - $property->execute([$_array['handler'], $method]); - } - $_property[] = $property; +// $property = $attribute->newInstance(); +// if ($property instanceof Inject) { +// $property->execute([$_array['handler'], $method]); +// } + $_property[] = $attribute->newInstance(); } $_array['property'][$method->getName()] = $_property; }