@@ -25,6 +25,9 @@ |
||
25 | 25 | $this->manager = \OC::$server->getNotificationManager(); |
26 | 26 | } |
27 | 27 | |
28 | + /** |
|
29 | + * @param \OCA\Passman\Db\Credential $credential |
|
30 | + */ |
|
28 | 31 | function credentialExpiredNotification($credential){ |
29 | 32 | $urlGenerator = \OC::$server->getURLGenerator(); |
30 | 33 | $link = $urlGenerator->getAbsoluteURL($urlGenerator->linkTo('','index.php/apps/passman/#/vault/'. $credential->getVaultId() .'/edit/'. $credential->getId())); |