diff options
Diffstat (limited to 'lib/models/PersonalNotifications.class.php')
| -rw-r--r-- | lib/models/PersonalNotifications.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/models/PersonalNotifications.class.php b/lib/models/PersonalNotifications.class.php index dbdb266..52ed86d 100644 --- a/lib/models/PersonalNotifications.class.php +++ b/lib/models/PersonalNotifications.class.php @@ -39,8 +39,8 @@ */ class PersonalNotifications extends SimpleORMap { - const GC_MAX_DAYS = 30; // Garbage collector removes notifications after 30 days - const CACHE_DURATION = 86400; // 24 * 60 * 60 = 1 day + public const GC_MAX_DAYS = 30; // Garbage collector removes notifications after 30 days + public const CACHE_DURATION = 86400; // 24 * 60 * 60 = 1 day protected static function configure($config = []) { |
