summaryrefslogtreecommitdiffstats
path: root/db/feedtype.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/feedtype.php')
-rw-r--r--db/feedtype.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/db/feedtype.php b/db/feedtype.php
index 2539214ed..d43948a3c 100644
--- a/db/feedtype.php
+++ b/db/feedtype.php
@@ -15,9 +15,9 @@ namespace OCA\News\Db;
class FeedType {
- const FEED = 0;
- const FOLDER = 1;
- const STARRED = 2;
- const SUBSCRIPTIONS = 3;
- const SHARED = 4;
+ const FEED = 0;
+ const FOLDER = 1;
+ const STARRED = 2;
+ const SUBSCRIPTIONS = 3;
+ const SHARED = 4;
}; \ No newline at end of file