Skip to content
Snippets Groups Projects

Resolve #3217061 "Call to undefined"

Merged JD Leonard requested to merge issue/salesforce-3217061:3217061-call-to-undefined into 5.0.x
@@ -41,7 +41,7 @@ class UniqueFieldsConstraintValidator extends ConstraintValidator {
->load($id);
$url = $entity->toUrl();
$message_replacements = [
'@entity_type' => $entity_type->getLowercaseLabel(),
'@entity_type' => $entity_type->getSingularLabel(),
':url' => $url->toString(),
'@label' => $entity->label(),
];
Loading