mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-06 11:35:50 +08:00
Add todo
This commit is contained in:
parent
43d993ebf9
commit
42c3e1dee0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class CronService {
|
||||||
$this->activityService = $activityService;
|
$this->activityService = $activityService;
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
}
|
}
|
||||||
|
//@TODO rename to a general name with sub tasks
|
||||||
public function expireCredentials() {
|
public function expireCredentials() {
|
||||||
$this->logger->info('Passman cron test', array('app' => 'passman'));
|
$this->logger->info('Passman cron test', array('app' => 'passman'));
|
||||||
$expired_credentials = $this->credentialService->getExpiredCredentials($this->utils->getTime());
|
$expired_credentials = $this->credentialService->getExpiredCredentials($this->utils->getTime());
|
||||||
|
|
Loading…
Add table
Reference in a new issue