qqq
This commit is contained in:
@@ -116,7 +116,6 @@ class Container implements ContainerInterface
|
|||||||
}
|
}
|
||||||
$attributes = $method->getAttributes();
|
$attributes = $method->getAttributes();
|
||||||
foreach ($attributes as $attribute) {
|
foreach ($attributes as $attribute) {
|
||||||
var_dump($attribute->getName());
|
|
||||||
$attribute->newInstance()->dispatch($object, $method->getName());
|
$attribute->newInstance()->dispatch($object, $method->getName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user