Commit 57bcee28 authored by evaldas-leliuga's avatar evaldas-leliuga Committed by GitHub

Issue #1131 fix

parent b464c2f0
...@@ -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