Commit 52f6efc8 authored by Jens Segers's avatar Jens Segers Committed by StyleCI Bot

Applied fixes from StyleCI

parent e940af80
......@@ -200,10 +200,10 @@ abstract class Model extends BaseModel {
}
/**
* Get a fresh timestamp for the model.
*
* @return MongoDate
*/
* Get a fresh timestamp for the model.
*
* @return MongoDate
*/
public function freshTimestamp()
{
return new MongoDate;
......
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