We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09b8bf commit 76fab5eCopy full SHA for 76fab5e
1 file changed
src/Traits/AuditsTrait.php
@@ -49,7 +49,7 @@ protected function auditInsert(array $data)
49
'source' => $this->table,
50
'source_id' => $data['result']->connID->insert_id,
51
'event' => 'insert',
52
- 'summary' => count($data['data']) . ' rows',
+ 'summary' => count($data['data']) . ' fields',
53
];
54
Services::audits()->add($audit);
55
@@ -63,7 +63,7 @@ protected function auditUpdate(array $data)
63
64
'source_id' => $data['id'],
65
'event' => 'update',
66
67
68
69
0 commit comments