This commit is contained in:
2021-02-23 19:27:28 +08:00
parent 074762cdae
commit 38eb573945
5 changed files with 28 additions and 36 deletions
-9
View File
@@ -97,15 +97,6 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
}
/**
* recover class by clone
*/
public function __clone()
{
$this->clean();
}
/**
* @throws Exception
*/