Skip to content

Commit

Permalink
API Update code to reflect changes in silverstripe/cms (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Nov 26, 2024
1 parent e6f2883 commit 4ba2132
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 4ba2132

Please sign in to comment.