From: Raphaƫl Gertz Date: Tue, 23 Feb 2021 23:57:58 +0000 (+0100) Subject: Rename title in civility X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/a5a0048c7b3bb4071316eba31b54b247114da9d8 Rename title in civility --- 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; - } -}