From 4dc233686f7906cfcfb8f88d4d9c5f27dde11cad Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 7 Nov 2024 16:52:40 +1300 Subject: [PATCH] API Update API to reflect changes in silverstripe/cms --- src/IFramePage.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/IFramePage.php b/src/IFramePage.php index eb8a57e..2a08286 100644 --- a/src/IFramePage.php +++ b/src/IFramePage.php @@ -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';