diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 57e823df..5667f61c 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -425,7 +425,7 @@ class Loader extends BaseObject */ private function _execute($class, $annotation, $handler, $value, $name) { - var_dump(get_class($value)); + var_dump($handler); if ($value instanceof Relation) { $annotation->addGets($handler, $value->name, $name); } else if ($value instanceof Get) {