From a5a0048c7b3bb4071316eba31b54b247114da9d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 24 Feb 2021 00:57:58 +0100 Subject: [PATCH] Rename title in civility --- Entity/Title.php | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 Entity/Title.php diff --git a/Entity/Title.php b/Entity/Title.php deleted file mode 100644 index e6cc9e8..0000000 --- a/Entity/Title.php +++ /dev/null @@ -1,41 +0,0 @@ -short = $short; - - return $this; - } - - /** - * Get short - * - * @return string - */ - public function getShort() { - return $this->short; - } - - /** - * Returns a string representation of the title - * - * @return string - */ - public function __toString(): string { - return $this->short; - } -} -- 2.41.0