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