From 02b225a82e9194df50097946e559c677942e018c Mon Sep 17 00:00:00 2001 From: Jeremy Date: Fri, 6 Feb 2015 14:26:37 +0100 Subject: Remove temporary entities --- src/Wallabag/CoreBundle/Entity/TagsEntries.php~ | 95 ------------------------- 1 file changed, 95 deletions(-) delete mode 100644 src/Wallabag/CoreBundle/Entity/TagsEntries.php~ (limited to 'src/Wallabag/CoreBundle/Entity/TagsEntries.php~') diff --git a/src/Wallabag/CoreBundle/Entity/TagsEntries.php~ b/src/Wallabag/CoreBundle/Entity/TagsEntries.php~ deleted file mode 100644 index 448c54fa..00000000 --- a/src/Wallabag/CoreBundle/Entity/TagsEntries.php~ +++ /dev/null @@ -1,95 +0,0 @@ -id; - } - - /** - * Set entryId - * - * @param integer $entryId - * @return TagsEntries - */ - public function setEntryId($entryId) - { - $this->entryId = $entryId; - - return $this; - } - - /** - * Get entryId - * - * @return integer - */ - public function getEntryId() - { - return $this->entryId; - } - - /** - * Set tagId - * - * @param integer $tagId - * @return TagsEntries - */ - public function setTagId($tagId) - { - $this->tagId = $tagId; - - return $this; - } - - /** - * Get tagId - * - * @return integer - */ - public function getTagId() - { - return $this->tagId; - } -} -- cgit v1.2.3