fixup! implement audit logger
Some checks failed
soko-web/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Bence Pőcze 2023-04-17 02:27:36 +02:00
parent 484ac8a522
commit 3b19ff6460
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -133,7 +133,7 @@ class PersistentDataManager
if (count($modified) > 0) { if (count($modified) > 0) {
$modify->setId($id); $modify->setId($id);
$modify->setDiff($original); $modify->setDiff($diff);
$modify->fill($modified); $modify->fill($modified);
$modify->save(); $modify->save();
} }