예제 #1
0
 public function getCharges()
 {
     return $this->hasMany(BusinessCharges::className(), ['business_id' => 'id']);
 }