From 7b8c0dbf6376918fe60469aee968fd5e2dd7ba8f Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sat, 24 Apr 2021 19:40:54 +0800 Subject: [PATCH] modify --- Annotation/Annotation.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Annotation/Annotation.php b/Annotation/Annotation.php index ab963b16..f11985a0 100644 --- a/Annotation/Annotation.php +++ b/Annotation/Annotation.php @@ -32,7 +32,6 @@ class Annotation extends Component public function addSets(string $class, string $setName, string $method) { $this->_model_sets[$class . '::' . $setName] = $method; - var_dump($this->_model_sets); } /** @@ -43,9 +42,9 @@ class Annotation extends Component public function addGets(string $class, string $setName, string $method) { $this->_model_gets[$class . '::' . $setName] = $method; - var_dump($this->_model_gets); } + /** * @param string $class * @param string $setName