This commit is contained in:
brantje 2016-10-04 00:35:30 +02:00
parent 42c3e1dee0
commit 23a02c84d9
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -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());