this is now part of the Base_Object

This commit is contained in:
Matthias Pfefferle 2023-06-28 19:38:50 +02:00
parent 1fe8c26b1d
commit 68e9bfdc79

View file

@ -54,15 +54,6 @@ class Follower extends Actor {
*/
protected $_errors; // phpcs:ignore PSR2.Classes.PropertyDeclaration.Underscore
/**
* Magic function to return the Actor-URL when the Object is used as a string
*
* @return string
*/
public function __toString() {
return $this->get_url();
}
/**
* Set new Error
*