Skip to content

Commit

Permalink
DTO/Package: Update package_id to string type (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
solflare authored Sep 23, 2022
1 parent d253254 commit 05b88e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DTO/Package.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Package extends DataTransferObject
{
public int|null $package_id;
public string|null $package_id;
public string|null $description;
#[Regex('/^[a-z0-9]+(_[a-z0-9]+)*$/')]
public string $package_code;
Expand Down

0 comments on commit 05b88e7

Please sign in to comment.