From d17c59be1862f2a81b3a9912a3cfe62c422ba7a8 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 11 Nov 2024 11:51:39 +1300 Subject: [PATCH] API Update code to reflect changes in dnadesign/silverstripe-elemental --- app/src/BlocksPage.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/src/BlocksPage.php b/app/src/BlocksPage.php index aa68b73..e3d502d 100644 --- a/app/src/BlocksPage.php +++ b/app/src/BlocksPage.php @@ -4,11 +4,6 @@ class BlocksPage extends Page { private static $table_name = 'BlocksPage'; - /** - * @deprecated 5.4.0 use class_description instead. - */ - private static $description = 'A modular page composed of content blocks'; - private static $class_description = 'A modular page composed of content blocks'; private static $icon_class = 'font-icon-p-alt';