Skip to content

Commit

Permalink
API Update API to reflect changes in silverstripe/cms (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Nov 26, 2024
1 parent e1bf063 commit 2d344b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/IFramePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ class IFramePage extends Page

private static $table_name = 'IFramePage';

/**
* @deprecated 5.4.0 use class_description instead.
*/
private static $description = 'Embeds an iframe into the body of the page.';

private static $class_description = 'Embeds an iframe into the body of the page.';

private static $singular_name = 'IFrame Page';
Expand Down

0 comments on commit 2d344b1

Please sign in to comment.