summaryrefslogtreecommitdiffstats
path: root/backgroundjob/task.php
diff options
context:
space:
mode:
Diffstat (limited to 'backgroundjob/task.php')
-rw-r--r--backgroundjob/task.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backgroundjob/task.php b/backgroundjob/task.php
index 2274f7b99..820d36cc7 100644
--- a/backgroundjob/task.php
+++ b/backgroundjob/task.php
@@ -34,8 +34,8 @@ class Task {
static public function run() {
$container = new DIContainer();
- $container['FeedBl']->updateAll();
- $container['ItemBl']->autoPurgeOld();
+ $container['FeedBusinessLayer']->updateAll();
+ $container['ItemBusinessLayer']->autoPurgeOld();
}