mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
API Deprecate CMSPageHistoryController (#2298)
This commit is contained in:
parent
3cc37e40f9
commit
2773e9c075
@ -21,6 +21,11 @@ use SilverStripe\Security\Security;
|
|||||||
use SilverStripe\View\ArrayData;
|
use SilverStripe\View\ArrayData;
|
||||||
use SilverStripe\View\ViewableData;
|
use SilverStripe\View\ViewableData;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legacy CMS History controller. This functionality has been moved to the `silverstripe/versioned-admin` module and
|
||||||
|
* this class will be removed completly in SilverStripe 5.0.0.
|
||||||
|
* @deprecated 4.3.0:5.0.0
|
||||||
|
*/
|
||||||
class CMSPageHistoryController extends CMSMain
|
class CMSPageHistoryController extends CMSMain
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user