Skip to content

Commit 0de01c5

Browse files
committed
v3
1 parent a3bbec2 commit 0de01c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dictionary/TranslationDomain.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
final class TranslationDomain
2020
{
2121
public const HYDRATOR = 'hydrator';
22-
public const ROUTER = 'hydrator';
23-
public const VALIDATOR = 'hydrator';
22+
public const ROUTER = 'router';
23+
public const VALIDATOR = 'validator';
2424
}

0 commit comments

Comments
 (0)