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/Config.php~ | 95 ------------------------------ 1 file changed, 95 deletions(-) delete mode 100644 src/Wallabag/CoreBundle/Entity/Config.php~ (limited to 'src/Wallabag/CoreBundle/Entity/Config.php~') diff --git a/src/Wallabag/CoreBundle/Entity/Config.php~ b/src/Wallabag/CoreBundle/Entity/Config.php~ deleted file mode 100644 index 8b692cef..00000000 --- a/src/Wallabag/CoreBundle/Entity/Config.php~ +++ /dev/null @@ -1,95 +0,0 @@ -id; - } - - /** - * Set name - * - * @param string $name - * @return Config - */ - public function setName($name) - { - $this->name = $name; - - return $this; - } - - /** - * Get name - * - * @return string - */ - public function getName() - { - return $this->name; - } - - /** - * Set value - * - * @param string $value - * @return Config - */ - public function setValue($value) - { - $this->value = $value; - - return $this; - } - - /** - * Get value - * - * @return string - */ - public function getValue() - { - return $this->value; - } -} -- cgit v1.2.3