values->diff($this->values_old) as $key => $value) if (md5(Arr::get($this->values_old,$key)) !== $value) return TRUE; return FALSE; } }