mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-26 00:28:04 +08:00
b2dafe9e5e
* fix Undefined index: BootJs Notice
9 lines
No EOL
99 B
PHP
9 lines
No EOL
99 B
PHP
<?php
|
|
|
|
namespace RainLoop\Enumerations;
|
|
|
|
class TimeFormat
|
|
{
|
|
const F12 = '12';
|
|
const F24 = '24';
|
|
} |