From 68e9bfdc7996921c3e3ed00154e385cb07079318 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Wed, 28 Jun 2023 19:38:50 +0200 Subject: [PATCH] this is now part of the Base_Object --- includes/model/class-follower.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/includes/model/class-follower.php b/includes/model/class-follower.php index e95aff8..297bb36 100644 --- a/includes/model/class-follower.php +++ b/includes/model/class-follower.php @@ -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 *