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';