]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Entity/Location.php
Remove short title
[airbundle] / Entity / Location.php
index 6e66cea61a45df62a33d9731308a0a984fb0e492..4af12808f9cf23e92cd57565941383fe03ee3048 100644 (file)
@@ -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
         *