This commit is contained in:
2023-12-18 22:23:16 +08:00
parent c6e9133566
commit ae8ba9ca4e
5 changed files with 43 additions and 18 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ class Scanner extends Component
if (!class_exists($attribute->getName())) {
continue;
}
$attribute->newInstance()->dispatch($reflect, $method->getName());
$attribute->newInstance()->dispatch($class, $method->getName());
}
}
}