From 9357846619ade39bb5258b161e4b896a2e89e0ad Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Tue, 22 Oct 2024 15:38:41 +1300 Subject: [PATCH] API Update API to reflect changes in silverstripe/cms --- src/ErrorPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ErrorPage.php b/src/ErrorPage.php index 7242f28..59d2387 100644 --- a/src/ErrorPage.php +++ b/src/ErrorPage.php @@ -62,7 +62,7 @@ class ErrorPage extends Page private static $description = 'Custom content for different error cases (e.g. "Page not found")'; - private static $icon_class = 'font-icon-p-error'; + private static $cms_icon_class = 'font-icon-p-error'; /** * Allow developers to opt out of dev messaging using Config