Skip to content

Commit

Permalink
API Use new class_description configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Nov 7, 2024
1 parent 91873c7 commit 5e59f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/ElementForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ElementForm extends BaseElement

private static $plural_name = 'forms';

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 5e59f2d

Please sign in to comment.