Skip to content

Commit 7f9f229

Browse files
committed
API Update API to reflect changes in silverstripe/cms
1 parent ce73457 commit 7f9f229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Model/Blog.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class Blog extends Page implements PermissionProvider
142142

143143
private static $class_description = 'Adds a blog to your website.';
144144

145-
private static $icon_class = 'font-icon-p-posts';
145+
private static $cms_icon_class = 'font-icon-p-posts';
146146

147147
/**
148148
* {@inheritdoc}

src/Model/BlogPost.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class BlogPost extends Page
5454
/**
5555
* @var string
5656
*/
57-
private static $icon_class = 'font-icon-p-post';
57+
private static $cms_icon_class = 'font-icon-p-post';
5858

5959
/**
6060
* @var array

0 commit comments

Comments
 (0)