mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
chore: rollback to default value
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
f4f03eed71
commit
05f609537a
1 changed files with 2 additions and 2 deletions
|
|
@ -54,13 +54,13 @@ abstract class LibresignActivitySettings extends ActivitySettings {
|
|||
*/
|
||||
#[\Override]
|
||||
public function isDefaultEnabledMail() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
#[\Override]
|
||||
public function isDefaultEnabledNotification(): bool {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue