diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-02-12 19:10:53 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-02-14 06:56:27 +0000 |
| commit | ae0043b720d44ad147874b2a3afe4e7a347c314a (patch) | |
| tree | c39fb0d93d25507d4fa702c3a7d964580699f160 /app/Elements/EventAttributeType.php | |
| parent | 4708b347e34e3bf84dc2c74a1f3fac5406b030aa (diff) | |
| download | webtrees-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.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; } |
