mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge 9581025e6c
into 82b0851a2a
This commit is contained in:
commit
813ea6afe6
@ -678,9 +678,13 @@ class ViewableData implements IteratorAggregate
|
|||||||
* access to itself.
|
* access to itself.
|
||||||
*
|
*
|
||||||
* @return ViewableData
|
* @return ViewableData
|
||||||
|
* @deprecated 5.3.0 Will be replaced with special handling in templates.
|
||||||
*/
|
*/
|
||||||
public function Me()
|
public function Me()
|
||||||
{
|
{
|
||||||
|
Deprecation::withNoReplacement(
|
||||||
|
fn () => Deprecation::notice('5.3.0', 'Will be replaced with special handling in templates.')
|
||||||
|
);
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user