From 2d344b14ca28e58488dbd42a7c0a256635ef12b8 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:42:15 +1300 Subject: [PATCH] API Update API to reflect changes in silverstripe/cms (#101) --- 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';