Skip to content

Commit 2d344b1

Browse files
API Update API to reflect changes in silverstripe/cms (#101)
1 parent e1bf063 commit 2d344b1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/IFramePage.php

-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ class IFramePage extends Page
3838

3939
private static $table_name = 'IFramePage';
4040

41-
/**
42-
* @deprecated 5.4.0 use class_description instead.
43-
*/
44-
private static $description = 'Embeds an iframe into the body of the page.';
45-
4641
private static $class_description = 'Embeds an iframe into the body of the page.';
4742

4843
private static $singular_name = 'IFrame Page';

0 commit comments

Comments
 (0)