Skip to content

Commit 148efda

Browse files
committed
API Update API to reflect changes in silverstripe/cms
1 parent d40e2a3 commit 148efda

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ErrorPage.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ class ErrorPage extends Page
6262

6363
private static $class_description = 'Custom content for different error cases (e.g. "Page not found")';
6464

65-
/**
66-
* @deprecated 2.4.0 Will be renamed to cms_icon_class
67-
*/
68-
private static $icon_class = 'font-icon-p-error';
65+
private static $cms_icon_class = 'font-icon-p-error';
6966

7067
/**
7168
* Allow developers to opt out of dev messaging using Config

0 commit comments

Comments
 (0)