StockStatusEnum::class, ]; } /** * The items that belong to the OrderArchive. */ public function orderArchive(): BelongsTo { return $this->belongsTo(OrderArchive::class); } public function ProductGroup(): BelongsTo { return $this->belongsTo(ProductGroup::class); } }