改名
This commit is contained in:
@@ -93,7 +93,7 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
|
|||||||
*/
|
*/
|
||||||
public function clean()
|
public function clean()
|
||||||
{
|
{
|
||||||
$this->debug(get_called_class() . ' clean after request.');
|
$this->error(get_called_class() . ' clean after request.');
|
||||||
$this->_attributes = [];
|
$this->_attributes = [];
|
||||||
$this->_oldAttributes = [];
|
$this->_oldAttributes = [];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user