From 0d6d7a48d00622d0373efd5ce344c8d6e48f1d77 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sat, 24 Apr 2021 19:32:35 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 6c9f6cd1..57e823df 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -425,6 +425,7 @@ class Loader extends BaseObject */ private function _execute($class, $annotation, $handler, $value, $name) { + var_dump(get_class($value)); if ($value instanceof Relation) { $annotation->addGets($handler, $value->name, $name); } else if ($value instanceof Get) {