Skip to content

Commit

Permalink
API Update code to reflect changes in silverstripe/cms (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Nov 26, 2024
1 parent 56a6aff commit 2284dbc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/RegistryPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@

class RegistryPage extends Page
{
/**
* @deprecated 5.4.0 use class_description instead.
*/
private static $description = 'Shows large series of data in a filterable, searchable, and paginated list';

private static $class_description = 'Shows large series of data in a filterable, searchable, and paginated list';

private static $table_name = 'RegistryPage';
Expand Down

0 comments on commit 2284dbc

Please sign in to comment.