X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/f7265e7a07fe3e7ac3a1df26328700c7f45c1755..9b437b0d5d9b0e58adbef4d1f6d40821733806d7:/Entity/Title.php?ds=inline 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; - } -}