예제 #1
0
파일: Partner.php 프로젝트: vsguts/crm
 public function getDonates()
 {
     return $this->hasMany(Donate::className(), ['partner_id' => 'id']);
 }