diff options
Diffstat (limited to 'app/Elements/NamePieceSuffix.php')
| -rw-r--r-- | app/Elements/NamePieceSuffix.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Elements/NamePieceSuffix.php b/app/Elements/NamePieceSuffix.php index a1f1192828..4bfe2b24a1 100644 --- a/app/Elements/NamePieceSuffix.php +++ b/app/Elements/NamePieceSuffix.php @@ -35,7 +35,7 @@ use function view; */ class NamePieceSuffix extends AbstractElement { - protected const MAX_LENGTH = 30; + protected const MAXIMUM_LENGTH = 30; /** * An edit control for this data. |
