This commit is contained in:
brantje 2016-10-04 00:34:16 +02:00
parent 43d993ebf9
commit 42c3e1dee0
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -33,7 +33,7 @@ class CronService {
$this->activityService = $activityService;
$this->db = $db;
}
//@TODO rename to a general name with sub tasks
public function expireCredentials() {
$this->logger->info('Passman cron test', array('app' => 'passman'));
$expired_credentials = $this->credentialService->getExpiredCredentials($this->utils->getTime());