This commit is contained in:
2021-10-19 18:39:09 +08:00
parent a6e5d70b96
commit a0113b4baa
+3
View File
@@ -237,6 +237,9 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
{
$an = Kiri::app()->getAnnotation();
$an->injectProperty($this);
var_dump($this->_relation);
}