summaryrefslogtreecommitdiffstats
path: root/backgroundjob/task.php
diff options
context:
space:
mode:
Diffstat (limited to 'backgroundjob/task.php')
-rw-r--r--backgroundjob/task.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/backgroundjob/task.php b/backgroundjob/task.php
index 098ff8393..e0b4d04f8 100644
--- a/backgroundjob/task.php
+++ b/backgroundjob/task.php
@@ -20,12 +20,13 @@
*
*/
-namespace OCA\News;
+namespace OCA\News\Backgroundjob;
+
/**
* This class maps a feed to an entry in the feeds table of the database.
*/
-class Backgroundjob {
+class Task {
static public function sortFeeds( $a, $b ) {
if( $a->getId() == $b->getId() ) {
return 0;