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/RoleInEvent.php | |
| parent | 4708b347e34e3bf84dc2c74a1f3fac5406b030aa (diff) | |
| download | webtrees-ae0043b720d44ad147874b2a3afe4e7a347c314a.tar.gz webtrees-ae0043b720d44ad147874b2a3afe4e7a347c314a.tar.bz2 webtrees-ae0043b720d44ad147874b2a3afe4e7a347c314a.zip | |
Gedcom elements
Diffstat (limited to 'app/Elements/RoleInEvent.php')
| -rw-r--r-- | app/Elements/RoleInEvent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Elements/RoleInEvent.php b/app/Elements/RoleInEvent.php index 5fe1a1fbf2..cbf4c9d1a0 100644 --- a/app/Elements/RoleInEvent.php +++ b/app/Elements/RoleInEvent.php @@ -30,5 +30,5 @@ namespace Fisharebest\Webtrees\Elements; */ class RoleInEvent extends AbstractElement { - protected const MAX_LENGTH = 15; + protected const MAXIMUM_LENGTH = 15; } |
