[Validator] Fixed duplicate UUID

This commit is contained in:
Ralf Kühnel 2019-02-20 20:51:21 +01:00
parent df0fc5ee72
commit 0bd5dd84ef

View File

@ -20,7 +20,7 @@ namespace Symfony\Component\Validator\Constraints;
*/
class LessThanOrEqual extends AbstractComparison
{
const TOO_HIGH_ERROR = '079d7420-2d13-460c-8756-de810eeb37d2';
const TOO_HIGH_ERROR = '30fbb013-d015-4232-8b3b-8f3be97a7e14';
protected static $errorNames = [
self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR',