This commit is contained in:
Guy Sartorelli 2024-10-02 05:30:34 +13:00 committed by GitHub
commit e984d45f37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}