diff options
Diffstat (limited to 'app/Elements/EventAttributeType.php')
| -rw-r--r-- | app/Elements/EventAttributeType.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Elements/EventAttributeType.php b/app/Elements/EventAttributeType.php index 797158f2b5..66b26033d9 100644 --- a/app/Elements/EventAttributeType.php +++ b/app/Elements/EventAttributeType.php @@ -29,5 +29,5 @@ namespace Fisharebest\Webtrees\Elements; */ class EventAttributeType extends AbstractElement { - protected const MAX_LENGTH = 15; + protected const MAXIMUM_LENGTH = 15; } |
