Fix canonicalize depreciation

This commit is contained in:
Yassine Guedidi
2023-12-24 20:29:11 +01:00
parent 3caf65865b
commit a351b0aada
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ class ContentProxy
$errors = $this->validator->validate(
$value,
(new LocaleConstraint())
(new LocaleConstraint(['canonicalize' => true]))
);
if (0 === \count($errors)) {