Skip to content

Commit

Permalink
[Validator] Fixed duplicate UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfkuehnel committed Feb 20, 2019
1 parent df0fc5e commit 0bd5dd8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@
*/
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',
Expand Down

0 comments on commit 0bd5dd8

Please sign in to comment.