Exemplo n.º 1
0
 public function getInvest()
 {
     return $this->hasOne(Invest::className(), ['id' => 'invest_id']);
 }