diff --git a/src/View/ViewableData.php b/src/View/ViewableData.php index 080edcea8..dcd275aae 100644 --- a/src/View/ViewableData.php +++ b/src/View/ViewableData.php @@ -678,9 +678,13 @@ class ViewableData implements IteratorAggregate * access to itself. * * @return ViewableData + * @deprecated 5.3.0 Will be replaced with special handling in templates. */ public function Me() { + Deprecation::withNoReplacement( + fn () => Deprecation::notice('5.3.0', 'Will be replaced with special handling in templates.') + ); return $this; }