From ae0043b720d44ad147874b2a3afe4e7a347c314a Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 12 Feb 2021 19:10:53 +0000 Subject: Gedcom elements --- app/Elements/EventAttributeType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Elements/EventAttributeType.php') 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; } -- cgit v1.3