Fixed deprecations

This commit is contained in:
Jan Böhmer 2025-09-23 20:55:22 +02:00
parent a9d0caad5f
commit 63a33d1057
4 changed files with 37 additions and 35 deletions

View file

@ -124,7 +124,7 @@ class Orderdetail extends AbstractDBElement implements TimeStampableInterface, N
/**
* @var string The URL to the product on the supplier's website
*/
#[Assert\Url]
#[Assert\Url(requireTld: false)]
#[Groups(['full', 'import', 'orderdetail:read', 'orderdetail:write'])]
#[ORM\Column(type: Types::TEXT)]
protected string $supplier_product_url = '';