Skip to content

Commit 0e6a639

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 0e6a639

7 files changed

+33
-499
lines changed

code/Model/RedirectorPage.php

+1-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@
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-
29-
private static string $class_description = 'Redirects requests to another location';
24+
private static $class_description = 'Redirects requests to another location';
3025

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

0 commit comments

Comments
 (0)