Skip to content

Commit

Permalink
API Update API to reflect changes in silverstripe/cms
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Dec 10, 2024
1 parent d40e2a3 commit 148efda
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ErrorPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ class ErrorPage extends Page

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

/**
* @deprecated 2.4.0 Will be renamed to cms_icon_class
*/
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
Expand Down

0 comments on commit 148efda

Please sign in to comment.