This commit is contained in:
2021-03-29 17:05:28 +08:00
parent e9f82e59cc
commit df67a47bb5
2 changed files with 5 additions and 1 deletions
-1
View File
@@ -164,7 +164,6 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
$attribute->execute([$this, $method]);
}
}
$annotation->injectProperty($this);
}