/** * @return \yii\db\ActiveQuery */ public function getBlogComments() { return $this->hasMany(BlogComments::className(), ['parent_id' => 'id']); }