Example #1
0
 public function hasChanged($fieldName = null)
 {
     return $this->hasSnapshotData() ? parent::hasChanged($fieldName) : true;
 }