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 0080d43 commit e50b46a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Pages/SubsitesVirtualPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ class SubsitesVirtualPage extends VirtualPage
{
private static $table_name = 'SubsitesVirtualPage';

/**
* @deprecated 5.4.0 use class_description instead.
*/
private static $description = 'Displays the content of a page on another subsite';

private static $class_description = 'Displays the content of a page on another subsite';

private static $non_virtual_fields = [
Expand Down

0 comments on commit e50b46a

Please sign in to comment.