Skip to content

Commit

Permalink
fix(core): fix issue with system fields data types in the Entries API #…
Browse files Browse the repository at this point in the history
…383

add: use function strtotime;
  • Loading branch information
Awilum committed Feb 27, 2020
1 parent ed6ace9 commit cc8909d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flextype/core/Entries.php
Expand Up @@ -27,6 +27,7 @@
use function str_replace;
use function strpos;
use function time;
use function strtotime;

class Entries
{
Expand Down

0 comments on commit cc8909d

Please sign in to comment.