hasMany(BusinessOrderItem::class, 'business_order_id'); } public function shop() { return $this->belongsTo(Shop::class, 'shop_id', 'id'); } }