mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Fix duplication bugs
This commit is contained in:
parent
b92717a3b6
commit
092e480903
|
|
@ -30,7 +30,7 @@ abstract class TimeType extends Enum
|
|||
{
|
||||
/* public */ const MILLISECONDS = 'ms';
|
||||
/* public */ const SECONDS = 's';
|
||||
/* public */ const MINUTES = 'm';
|
||||
/* public */ const MINUTES = 'i';
|
||||
/* public */ const HOURS = 'h';
|
||||
/* public */ const DAYS = 'd';
|
||||
/* public */ const WEEKS = 'w';
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ abstract class VolumeType extends Enum
|
|||
/* public */ const US_PINT_DRY = 'US pt dry';
|
||||
/* public */ const US_QUARTS_LIQUID = 'US qt lqd';
|
||||
/* public */ const US_QUARTS_DRY = 'US qt dry';
|
||||
/* public */ const UK_QUARTS = 'US qt dry';
|
||||
/* public */ const UK_QUARTS = 'UK qt dry';
|
||||
/* public */ const US_GILL = 'US gi';
|
||||
/* public */ const UK_GILL = 'UK gi';
|
||||
/* public */ const LITER = 'L';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user