MAPG-142 remove unnecessary 'now' from DateTime constructor
This commit is contained in:
parent
ef013b8b9e
commit
38885849de
@ -166,7 +166,7 @@ class Place extends Model
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->panoIdCached = $panoId;
|
$this->panoIdCached = $panoId;
|
||||||
$this->panoIdCachedTimestamp = new DateTime('now');
|
$this->panoIdCachedTimestamp = new DateTime();
|
||||||
|
|
||||||
(new PersistentDataManager())->saveToDb($this);
|
(new PersistentDataManager())->saveToDb($this);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user