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 14, 2024
1 parent 72a5cc8 commit 0e6a639
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 499 deletions.
7 changes: 1 addition & 6 deletions code/Model/RedirectorPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@
*/
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 $class_description = 'Redirects requests to another location';

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

Expand Down
Loading

0 comments on commit 0e6a639

Please sign in to comment.