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