This commit is contained in:
as2252258@163.com
2021-04-24 19:28:56 +08:00
parent 2a3634796c
commit 56dc250848
2 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
} else {
$this->_relation = Context::getContext(Relation::class);
}
$this->createAnnotation();
// $this->createAnnotation();
}