Skip to content

Commit

Permalink
Replace box content with item input (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelmajied94abusuliman authored Oct 29, 2024
1 parent 480a1e2 commit 4ab972a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function __construct(
#[RuleValidator(['min:1', 'max:1024'])]
public ?string $box_id,
public BoxContentInformationSource $content_information_source,
public BoxContentSchemaList $contents,
public ItemInputSchemaList $items,
public DimensionsSchema $dimensions,
#[RuleValidator(['integer', 'min:1', 'max:10000'])]
public int $quantity,
Expand Down

0 comments on commit 4ab972a

Please sign in to comment.