This commit is contained in:
2021-01-19 18:20:17 +08:00
parent 0d178de668
commit 244f00555c
+2
View File
@@ -105,6 +105,8 @@ class Annotation extends Component
*/
private function getReflect(string $class, string $alias): array
{
var_dump($class);
$reflect = $this->reflectClass($class);
if ($reflect->isInstantiable()) {
$object = $reflect->newInstance();