diff options
Diffstat (limited to 'app/Elements/Form.php')
| -rw-r--r-- | app/Elements/Form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Elements/Form.php b/app/Elements/Form.php index e264b5daf9..ea2024f1f5 100644 --- a/app/Elements/Form.php +++ b/app/Elements/Form.php @@ -31,7 +31,7 @@ use Fisharebest\Webtrees\Tree; */ class Form extends AbstractElement { - protected const MAX_LENGTH = 20; + protected const MAXIMUM_LENGTH = 20; /** * Create a default value for this element. |
