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) {