mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-12 05:50:30 +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