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