summaryrefslogtreecommitdiffstats
path: root/controller
diff options
context:
space:
mode:
Diffstat (limited to 'controller')
-rw-r--r--controller/feedcontroller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/feedcontroller.php b/controller/feedcontroller.php
index d91c52aa3..4f7233b9f 100644
--- a/controller/feedcontroller.php
+++ b/controller/feedcontroller.php
@@ -34,6 +34,7 @@ use \OCA\AppFramework\Db\MultipleObjectsReturnedException;
use \OCA\News\Bl\FeedBl;
use \OCA\News\Bl\BLException;
+
class FeedController extends Controller {
private $feedBl;