diff options
Diffstat (limited to 'app/Elements/RomanizedType.php')
| -rw-r--r-- | app/Elements/RomanizedType.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Elements/RomanizedType.php b/app/Elements/RomanizedType.php index 2df79b16f8..b6c587e55e 100644 --- a/app/Elements/RomanizedType.php +++ b/app/Elements/RomanizedType.php @@ -28,7 +28,7 @@ use function strtolower; */ class RomanizedType extends AbstractElement { - protected const MAX_LENGTH = 30; + protected const MAXIMUM_LENGTH = 30; /** * Convert a value to a canonical form. |
