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 Nov 27, 2024
1 parent 0721a01 commit 47fb0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RegistryPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class RegistryPage extends Page

private static $table_name = 'RegistryPage';

private static $icon_class = 'font-icon-p-data';
private static $cms_icon_class = 'font-icon-p-data';

private static $db = [
'DataClass' => 'Varchar(100)',
Expand Down

0 comments on commit 47fb0d8

Please sign in to comment.