mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-10 01:47:03 +03:00
v1.2.8.420
This commit is contained in:
parent
059d5f6b94
commit
d39ece3349
437 changed files with 734 additions and 3465 deletions
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace RainLoop\Enumerations;
|
||||
|
||||
class TimeFormat
|
||||
{
|
||||
const F12 = '12';
|
||||
const F24 = '24';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue