diff --git a/framework/db/ActiveRelationTrait.php b/framework/db/ActiveRelationTrait.php index d8e0a7a..859310b 100644 --- a/framework/db/ActiveRelationTrait.php +++ b/framework/db/ActiveRelationTrait.php @@ -536,16 +536,4 @@ trait ActiveRelationTrait return $this->asArray()->all($primaryModel::getDb()); } - - /** - * @see ActiveQueryInterface::andWhere() - * @return ActiveQueryInterface - */ - abstract public function andWhere($condition); - - /** - * @see ActiveQueryInterface::asArray() - * @return ActiveQueryInterface - */ - abstract public function asArray($value = true); }