BUGFIX - renders will no longer change timestamps lol
This commit is contained in:
parent
70f2f88394
commit
6c939f4c2d
|
|
@ -153,12 +153,14 @@ class Asset extends Model
|
|||
public function set2DHash($hash)
|
||||
{
|
||||
$this->thumbnail2DHash = $hash;
|
||||
$this->timestamps = false;
|
||||
$this->save();
|
||||
}
|
||||
|
||||
public function set3DHash($hash)
|
||||
{
|
||||
$this->thumbnail3DHash = $hash;
|
||||
$this->timestamps = false;
|
||||
$this->save();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue