Skip to content

Commit

Permalink
Merge branch '4' into 5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2024
2 parents 91873c7 + b34866c commit 1dafc56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Model/ElementForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@ class ElementForm extends BaseElement

private static $plural_name = 'forms';

/**
* @deprecated 5.4.0 use class_description instead.
*/
private static $description = 'A user defined form';

private static $class_description = 'A user defined form';

private static $inline_editable = false;

/**
Expand Down

0 comments on commit 1dafc56

Please sign in to comment.