mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-15 13:08:41 +00:00
don't log create data because it is already defined in the db
This commit is contained in:
parent
695278517b
commit
dd9a75a112
|
|
@ -60,7 +60,7 @@ final class ApiController extends Controller
|
||||||
string $ip = null
|
string $ip = null
|
||||||
) : void
|
) : void
|
||||||
{
|
{
|
||||||
$newString = StringUtils::stringify($new, \JSON_PRETTY_PRINT);
|
$newString = ''; //StringUtils::stringify($new, \JSON_PRETTY_PRINT);
|
||||||
$audit = new Audit(
|
$audit = new Audit(
|
||||||
new NullAccount($account),
|
new NullAccount($account),
|
||||||
null,
|
null,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user