From ed5f0647e94504c3b45ff585dd4abad2f6a3075b Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 11 Nov 2024 11:55:54 +1300 Subject: [PATCH] API Update code to reflect changes in silverstripe/cms --- src/RegistryPage.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/RegistryPage.php b/src/RegistryPage.php index 6fa15a1..eea9d46 100644 --- a/src/RegistryPage.php +++ b/src/RegistryPage.php @@ -17,11 +17,6 @@ class RegistryPage extends Page { - /** - * @deprecated 5.4.0 use class_description instead. - */ - private static $description = 'Shows large series of data in a filterable, searchable, and paginated list'; - private static $class_description = 'Shows large series of data in a filterable, searchable, and paginated list'; private static $table_name = 'RegistryPage';