mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 03:17:23 +08:00
Announce Log
This commit is contained in:
@@ -258,5 +258,10 @@ class Setting extends NexusModel
|
||||
return (int)self::get("backup.retention_count");
|
||||
}
|
||||
|
||||
public static function getIsRecordAnnounceLog(): bool
|
||||
{
|
||||
return self::get('security.record_announce_logs') == 'yes';
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user