1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-16 01:54:28 +02:00

fix(core): fix issue with system fields data types in the Entries API #383

add: use function strtotime;
This commit is contained in:
Awilum
2020-02-27 10:57:42 +03:00
parent ed6ace96a2
commit cc8909d196

View File

@@ -27,6 +27,7 @@ use function rtrim;
use function str_replace;
use function strpos;
use function time;
use function strtotime;
class Entries
{