From 145355a359f6079c7cd645d77cae9d9421445a5a Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 11 Nov 2024 11:54:50 +1300 Subject: [PATCH] API Update code to reflect changes in silverstripe/cms --- src/ErrorPage.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ErrorPage.php b/src/ErrorPage.php index be9d79e..8000137 100644 --- a/src/ErrorPage.php +++ b/src/ErrorPage.php @@ -60,11 +60,6 @@ class ErrorPage extends Page private static $allowed_children = []; - /** - * @deprecated 5.4.0 use class_description instead. - */ - private static $description = 'Custom content for different error cases (e.g. "Page not found")'; - private static $class_description = 'Custom content for different error cases (e.g. "Page not found")'; private static $icon_class = 'font-icon-p-error';