mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-29 21:58:39 +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
|
||||
) : void
|
||||
{
|
||||
$newString = StringUtils::stringify($new, \JSON_PRETTY_PRINT);
|
||||
$newString = ''; //StringUtils::stringify($new, \JSON_PRETTY_PRINT);
|
||||
$audit = new Audit(
|
||||
new NullAccount($account),
|
||||
null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user