示例#1
0
 public function getShedule()
 {
     return $this->hasMany(Shedule::className(), ['company_id' => 'id']);
 }