Skip to content

Commit

Permalink
API Update code to reflect changes in silverstripe/cms
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Nov 14, 2024
1 parent 2b9af5c commit f3ddc77
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Model/Blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ class Blog extends Page implements PermissionProvider
],
];

/**
* @var string
* @deprecated 5.4.0 use class_description instead.
*/
private static $description = 'Adds a blog to your website.';

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

private static $icon_class = 'font-icon-p-posts';
Expand Down

0 comments on commit f3ddc77

Please sign in to comment.