Skip to content

Commit

Permalink
refact: return null
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed May 16, 2024
1 parent 6e2be62 commit bcac869
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getInventoryId(Regions $region): int|string|null
};
}

public function getShopifyUrl(Regions $region): string
public function getShopifyUrl(Regions $region): ?string
{
$key = CustomFieldEnum::SHOPIFY_PRODUCT_URL->value . '-' . $region->getId();

Expand Down

0 comments on commit bcac869

Please sign in to comment.