This commit is contained in:
xl
2023-11-22 09:23:59 +08:00
parent 1b9c817ceb
commit c54057e79c
+3
View File
@@ -61,6 +61,9 @@ class Scanner extends Component
}
$attributes = $method->getAttributes();
foreach ($attributes as $attribute) {
if (!class_exists($attribute->getName())) {
continue;
}
$attribute->newInstance()->dispatch($object, $method->getName());
}
}