Commit 4cef65d5 authored by Jens Segers's avatar Jens Segers Committed by GitHub

Merge pull request #1148 from evaldas-leliuga/patch-1

Issue #1131 fix
parents b464c2f0 57bcee28
...@@ -108,7 +108,7 @@ abstract class Model extends BaseModel ...@@ -108,7 +108,7 @@ abstract class Model extends BaseModel
*/ */
public function freshTimestamp() public function freshTimestamp()
{ {
return new UTCDateTime(null); return new UTCDateTime(time() * 1000);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment