This commit is contained in:
as2252258@163.com
2021-04-24 19:40:10 +08:00
parent 8d6dcd1cca
commit d58ca2919b
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -54,7 +54,6 @@ class Annotation extends Component
public function addRelate(string $class, string $setName, string $method)
{
$this->_model_relate[$class . '::' . $setName] = $method;
var_dump($this->_model_relate);
}