hasOne('Order', 'order_id', 'order_id'); } public function shop() { return $this->hasOne('Shop', 'shop_id', 'shop_id'); } }