diff options
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; } |
