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