This commit is contained in:
2021-02-23 11:09:31 +08:00
parent a584d19906
commit 7c5112d78a
2 changed files with 32 additions and 11 deletions
-1
View File
@@ -121,7 +121,6 @@ class Annotation extends Component
{
try {
$reflect = $this->reflectClass($class);
var_dump($reflect, $class);
if (empty($reflect) || !$reflect->isInstantiable()) {
return [];
}