Compare commits
3 Commits
23a1511a32
...
9681e08855
Author | SHA1 | Date | |
---|---|---|---|
9681e08855 | |||
a1e05da920 | |||
64d7972cec |
@ -135,9 +135,11 @@ class Modify
|
|||||||
|
|
||||||
private function update(): void
|
private function update(): void
|
||||||
{
|
{
|
||||||
$this->generateDiff();
|
if ($this->auditLogger !== null) {
|
||||||
if (count($this->diff) === 0) {
|
$this->generateDiff();
|
||||||
return;
|
if (count($this->diff) === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$attributes = $this->attributes;
|
$attributes = $this->attributes;
|
||||||
|
Loading…
Reference in New Issue
Block a user