Пример #1
0
 public function getGoods()
 {
     return $this->hasMany(Good::className(), ['order_id' => 'order_id']);
 }