app/models/Data/User.php: keep snapshots.
This commit is contained in:
parent
ae6bf194b1
commit
a3c6ae4429
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ class User extends Model
|
||||||
public function initialize()
|
public function initialize()
|
||||||
{
|
{
|
||||||
$this->useDynamicUpdate(true);
|
$this->useDynamicUpdate(true);
|
||||||
|
|
||||||
|
// Keep snapshots so we know if something changes.
|
||||||
|
$this->keepSnapshots(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Reference in a new issue