X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/a9be0f52af40a2b07893b9129ffe61ef0fc97376..62564be28991a32bf3b72f334bd165da5bdb088d:/Entity/Location.php diff --git a/Entity/Location.php b/Entity/Location.php index 6e66cea..4af1280 100644 --- a/Entity/Location.php +++ b/Entity/Location.php @@ -28,11 +28,6 @@ class Location { */ private $title; - /** - * @var string - */ - private $short; - /** * @var string */ @@ -128,28 +123,6 @@ class Location { return $this->title; } - /** - * Set short - * - * @param string $short - * - * @return Location - */ - public function setShort(string $short): Location { - $this->short = $short; - - return $this; - } - - /** - * Get short - * - * @return string - */ - public function getShort(): string { - return $this->short; - } - /** * Set address *