Skip to content

Commit 2cf9aa7

Browse files
committed
fix month, yaer constants
1 parent 0f85bfa commit 2cf9aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
}
3030

3131
if (!defined('MONTH')) {
32-
define('MONTH', 604800);
32+
define('MONTH', 2592000);
3333
}
3434

3535
if (!defined('YEAR')) {
36-
define('YEAR', 604800);
36+
define('YEAR', 31536000);
3737
}

0 commit comments

Comments
 (0)