Skip to content

Commit d22d1f0

Browse files
committed
API Update code to reflect changes from silverstripe/cms
1 parent 327b193 commit d22d1f0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

code/Model/UserDefinedForm.php

-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ class UserDefinedForm extends Page
2121
*/
2222
private static $icon_class = 'font-icon-p-list';
2323

24-
/**
25-
* @var string
26-
* @deprecated 5.4.0 use class_description instead.
27-
*/
28-
private static $description = 'Adds a customizable form.';
29-
3024
private static $class_description = 'Adds a customizable form.';
3125

3226
/**

0 commit comments

Comments
 (0)