From 47fb0d8fb6b4b7cbfd7165ea807c3e1b7e0028d2 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Tue, 22 Oct 2024 15:39:44 +1300 Subject: [PATCH] API Update API to reflect changes in silverstripe/cms --- src/RegistryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RegistryPage.php b/src/RegistryPage.php index eea9d46..d403c16 100644 --- a/src/RegistryPage.php +++ b/src/RegistryPage.php @@ -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)',