Moved all service tasks to minion

This commit is contained in:
Deon George
2013-07-07 00:00:10 +10:00
parent 0a0e149e56
commit 3ba7eea48d
7 changed files with 103 additions and 39 deletions

View File

@@ -26,7 +26,7 @@ class Task_Invoice_Complete extends Minion_Task {
$c++;
}
printf('%s invoices updated',$c);
return sprintf('%s invoices updated',$c);
}
}
?>