diff --git a/Database/ActiveRecord.php b/Database/ActiveRecord.php index 0295fee9..7db41407 100644 --- a/Database/ActiveRecord.php +++ b/Database/ActiveRecord.php @@ -322,6 +322,8 @@ class ActiveRecord extends BaseActiveRecord */ public function recover() { + $this->clean(); + /** @var Channel $channel */ $channel = Snowflake::app()->get('channel'); return $channel->push($this, get_called_class());