Skip to content

Commit

Permalink
API Move some code to framework to be reusable
Browse files Browse the repository at this point in the history
Some of this code needs to be usable on classes other than SiteTree with
the CMSMain refactoring.
  • Loading branch information
GuySartorelli committed Nov 20, 2024
1 parent 72a5cc8 commit 2f9e750
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 497 deletions.
5 changes: 0 additions & 5 deletions code/Model/RedirectorPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
*/
class RedirectorPage extends Page
{
/**
* @deprecated 5.4.0 use class_description instead.
*/
private static $description = 'Redirects requests to another location';

private static string $class_description = 'Redirects requests to another location';

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

0 comments on commit 2f9e750

Please sign in to comment.