Skip to content

Commit

Permalink
fix: box input schema (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelmajied94abusuliman authored Dec 3, 2024
1 parent 1a7020f commit 693305c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
class BoxInputSchema extends BaseSchema
{
public function __construct(
#[RuleValidator(['min:1', 'max:1024'])]
public ?string $box_id,
public BoxContentInformationSource $content_information_source,
public ItemInputSchemaList $items,
public ?ItemInputSchemaList $items,
public DimensionsSchema $dimensions,
#[RuleValidator(['integer', 'min:1', 'max:10000'])]
public int $quantity,
Expand Down

0 comments on commit 693305c

Please sign in to comment.