Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonJnsson committed Dec 7, 2023
2 parents b9fb633 + 38caf86 commit 8be8fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Product extends Resource
use Creatable, GetCollectionable, GetSingleable;

public ?string $name;

#[Filterable]
#[Sortable]
public ?string $barCode;
Expand Down

0 comments on commit 8be8fac

Please sign in to comment.