mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Remove deprecated DataObjectDecorator, use DataExtension instead
This commit is contained in:
parent
a371db4300
commit
0a046af932
@ -1,15 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* @package framework
|
|
||||||
* @subpackage model
|
|
||||||
* @deprecated 3.0 Use {@link DataExtension}.
|
|
||||||
*/
|
|
||||||
abstract class DataObjectDecorator extends DataExtension {
|
|
||||||
|
|
||||||
public function __construct() {
|
|
||||||
Deprecation::notice('3.0', 'DataObjectDecorator is deprecated. Use DataExtension instead.',
|
|
||||||
Deprecation::SCOPE_CLASS);
|
|
||||||
parent::__construct();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user