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