From 23a02c84d9c5f876689f1427728b3ed97f7027e9 Mon Sep 17 00:00:00 2001 From: brantje Date: Tue, 4 Oct 2016 00:35:30 +0200 Subject: [PATCH] Add todo --- lib/Service/CronService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Service/CronService.php b/lib/Service/CronService.php index 9703469b..435d6c68 100644 --- a/lib/Service/CronService.php +++ b/lib/Service/CronService.php @@ -34,6 +34,7 @@ class CronService { $this->db = $db; } //@TODO rename to a general name with sub tasks + //@TODO Add cron task which expires shared credentials public function expireCredentials() { $this->logger->info('Passman cron test', array('app' => 'passman')); $expired_credentials = $this->credentialService->getExpiredCredentials($this->utils->getTime());