Example #1
0
 public function getBoard()
 {
     return $this->hasOne(Board::className(), ['id' => 'board_id']);
 }