Example #1
0
 public function getDonates()
 {
     return $this->hasMany(Donate::className(), ['partner_id' => 'id']);
 }