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