mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
fix: method name
Need to be get and not set Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
cb41a41438
commit
5e56f381c8
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class SessionService {
|
|||
}
|
||||
|
||||
public function resetDurationOfSignPage(): void {
|
||||
$renewalInterval = $this->appConfig->setValueInt(Application::APP_ID, 'renewal_interval', self::NO_RENEWAL_INTERVAL);
|
||||
$renewalInterval = $this->appConfig->getValueInt(Application::APP_ID, 'renewal_interval', self::NO_RENEWAL_INTERVAL);
|
||||
if ($renewalInterval <= self::NO_RENEWAL_INTERVAL) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue