diff --git a/src/Support/ConverterEnum.php b/src/Support/ConverterEnum.php index f23aecc2a99b..4c88ab11bfea 100644 --- a/src/Support/ConverterEnum.php +++ b/src/Support/ConverterEnum.php @@ -5,7 +5,7 @@ class ConverterEnum { public const MINUTES_IN_HOUR = 60; - public const MINUTES_IN_DAY = 60 * 60; + public const MINUTES_IN_DAY = 60 * 24; public const MINUTES_IN_WEEK = 168 * 60; public const HOURS_IN_DAY = 24; public const HOURS_IN_WEEK = 168;