This commit is contained in:
2025-12-31 01:09:30 +08:00
parent 0110f1947a
commit de0a39d207
+1
View File
@@ -367,6 +367,7 @@ class Scanner extends Component
*/ */
private function processMethodAttributes(ReflectionMethod $method, string $class): void private function processMethodAttributes(ReflectionMethod $method, string $class): void
{ {
var_dump($class);
foreach ($method->getAttributes() as $attribute) { foreach ($method->getAttributes() as $attribute) {
$attributeName = $attribute->getName(); $attributeName = $attribute->getName();