From f11e4cff46ad6b41f53c2354ca189186b1dd421e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 27 Oct 2014 15:00:13 +0100 Subject: semantic versioning --- db/feed.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'db') diff --git a/db/feed.php b/db/feed.php index 373058320..987e1e674 100644 --- a/db/feed.php +++ b/db/feed.php @@ -22,6 +22,8 @@ use \OCP\AppFramework\Db\Entity; * @method void setUserId(string $value) * @method string getUrlHash() * @method void setUrlHash(string $value) + * @method string getLocation() + * @method void setLocation(string $value) * @method string getUrl() * @method string getTitle() * @method void setTitle(string $value) @@ -63,6 +65,7 @@ class Feed extends Entity implements IAPI, \JsonSerializable { protected $articlesPerUpdate; protected $lastModified; protected $etag; + protected $location; public function __construct(){ $this->addType('parentId', 'integer'); -- cgit v1.2.3