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:
@@ -27,6 +27,7 @@ use function rtrim;
|
||||
use function str_replace;
|
||||
use function strpos;
|
||||
use function time;
|
||||
use function strtotime;
|
||||
|
||||
class Entries
|
||||
{
|
||||
|
Reference in New Issue
Block a user