mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Removed deprecated SiteTreeDecorator, use SiteTreeExtension instead
This commit is contained in:
parent
35bcf69c01
commit
555ecd7f24
@ -1,14 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* @package cms
|
|
||||||
* @subpackage model
|
|
||||||
* @deprecated 3.0 Use {@link SiteTreeExtension}.
|
|
||||||
*/
|
|
||||||
abstract class SiteTreeDecorator extends SiteTreeExtension {
|
|
||||||
|
|
||||||
public function __construct() {
|
|
||||||
Deprecation::notice('3.0', 'Use SiteTreeExtension instead.');
|
|
||||||
parent::__construct();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user