Archived
1
0
Fork 0

app/models/Data/User.php: keep snapshots.

This commit is contained in:
Henrik Hautakoski 2018-04-01 19:39:00 +02:00
parent ae6bf194b1
commit a3c6ae4429

View file

@ -30,6 +30,9 @@ class User extends Model
public function initialize()
{
$this->useDynamicUpdate(true);
// Keep snapshots so we know if something changes.
$this->keepSnapshots(true);
}
/**