Skip to content

Commit 39ba93d

Browse files
committed
[Validator] Fixed duplicate UUID
1 parent 74e91f8 commit 39ba93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Constraints/LessThanOrEqual.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class LessThanOrEqual extends AbstractComparison
2222
{
23-
const TOO_HIGH_ERROR = '079d7420-2d13-460c-8756-de810eeb37d2';
23+
const TOO_HIGH_ERROR = '30fbb013-d015-4232-8b3b-8f3be97a7e14';
2424

2525
protected static $errorNames = [
2626
self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR',

0 commit comments

Comments
 (0)