Skip to content

Commit

Permalink
API Use new class_description configuration (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Nov 26, 2024
1 parent 1dafc56 commit 6fda54b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Model/ElementForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ 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 6fda54b

Please sign in to comment.