hasOne('Order', ['id' => 'order_id']); } public function getItem() { return $this->hasOne('Item', ['id' => 'item_id']); } }