diff options
Diffstat (limited to 'app/Elements/EventOrFactClassification.php')
| -rw-r--r-- | app/Elements/EventOrFactClassification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Elements/EventOrFactClassification.php b/app/Elements/EventOrFactClassification.php index 50a95091e6..59a71312bf 100644 --- a/app/Elements/EventOrFactClassification.php +++ b/app/Elements/EventOrFactClassification.php @@ -46,5 +46,5 @@ namespace Fisharebest\Webtrees\Elements; */ class EventOrFactClassification extends AbstractElement { - protected const MAX_LENGTH = 90; + protected const MAXIMUM_LENGTH = 90; } |
