From fad316151c282b2383fae751f7ca45373f1f26ed Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 24 Aug 2015 12:27:17 +0200 Subject: Integrate graby --- src/Wallabag/CoreBundle/Helper/Content.php | 34 ------------------------------ 1 file changed, 34 deletions(-) delete mode 100644 src/Wallabag/CoreBundle/Helper/Content.php (limited to 'src/Wallabag/CoreBundle/Helper/Content.php') diff --git a/src/Wallabag/CoreBundle/Helper/Content.php b/src/Wallabag/CoreBundle/Helper/Content.php deleted file mode 100644 index 1cc5e4cf..00000000 --- a/src/Wallabag/CoreBundle/Helper/Content.php +++ /dev/null @@ -1,34 +0,0 @@ -title; - } - - public function setTitle($title) - { - $this->title = $title; - } - - public function getBody() - { - return $this->body; - } - - public function setBody($body) - { - $this->body = $body; - } -} -- cgit v1.2.3