Skip to content

Commit 2f9e750

Browse files
committed
API Move some code to framework to be reusable
Some of this code needs to be usable on classes other than SiteTree with the CMSMain refactoring.
1 parent 72a5cc8 commit 2f9e750

7 files changed

+32
-497
lines changed

code/Model/RedirectorPage.php

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
*/
2222
class RedirectorPage extends Page
2323
{
24-
/**
25-
* @deprecated 5.4.0 use class_description instead.
26-
*/
27-
private static $description = 'Redirects requests to another location';
28-
2924
private static string $class_description = 'Redirects requests to another location';
3025

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

0 commit comments

Comments
 (0)