Beispiel #1
0
 /**
  * Forum relation.
  * @return Forum
  */
 public function getForum()
 {
     return $this->hasOne(Forum::className(), ['id' => 'forum_id']);
 }