Skip to content

Commit

Permalink
ProductTag: Add label.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Sep 12, 2022
1 parent 6f5e7e7 commit 8ff5829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DTO/ProductTagInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ public function getSlug(): string;

public function setSlug(string $slug): void;

public function getLabel(): string;

public function getImageUrl(): ?string;

public function setImageUrl(?string $imageUrl): void;
Expand Down

0 comments on commit 8ff5829

Please sign in to comment.