8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb43cd4 commit a87533cCopy full SHA for a87533c
src/Symfony/Component/Validator/Constraints/UniqueValidator.php
@@ -118,7 +118,7 @@ private function getPropertyAccessor(): PropertyAccessor
118
{
119
if (null === $this->propertyAccessor) {
120
if (!class_exists(PropertyAccess::class)) {
121
- throw new LogicException('Property path requires symfony/property-access package to be installed.');
+ throw new LogicException('Property path requires symfony/property-access package to be installed. Try running "composer require symfony/property-access".');
122
}
123
$this->propertyAccessor = PropertyAccess::createPropertyAccessor();
124
0 commit comments