Skip to content

Commit

Permalink
API Deprecate API that's changing in CMS 6 (#115)
Browse files Browse the repository at this point in the history
Note that while this recipe won't be supported in CMS 6, the API is changing in superclasses which live in modules that WILL be supported, which means this API will change regardless.
  • Loading branch information
GuySartorelli authored Dec 10, 2024
1 parent f6bd0c7 commit 3f4f498
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/RegistryPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ class RegistryPage extends Page

private static $table_name = 'RegistryPage';

/**
* @deprecated 5.4.0 Will be renamed to cms_icon_class
*/
private static $icon_class = 'font-icon-p-data';

private static $db = [
Expand Down

0 comments on commit 3f4f498

Please sign in to comment.