summaryrefslogtreecommitdiff
path: root/app/Elements/EventAttributeType.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-02-12 19:10:53 +0000
committerGreg Roach <greg@subaqua.co.uk>2021-02-14 06:56:27 +0000
commitae0043b720d44ad147874b2a3afe4e7a347c314a (patch)
treec39fb0d93d25507d4fa702c3a7d964580699f160 /app/Elements/EventAttributeType.php
parent4708b347e34e3bf84dc2c74a1f3fac5406b030aa (diff)
downloadwebtrees-ae0043b720d44ad147874b2a3afe4e7a347c314a.tar.gz
webtrees-ae0043b720d44ad147874b2a3afe4e7a347c314a.tar.bz2
webtrees-ae0043b720d44ad147874b2a3afe4e7a347c314a.zip
Gedcom elements
Diffstat (limited to 'app/Elements/EventAttributeType.php')
-rw-r--r--app/Elements/EventAttributeType.php2
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;
}