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 fda3e2a commit 9694656Copy full SHA for 9694656
src/AuditingTrait.php
@@ -156,6 +156,7 @@ public function auditCreation()
156
157
if (((!isset($this->auditEnabled) || $this->auditEnabled)) && (!$LimitReached || $LogCleanup)) {
158
$log = ['old_value' => null];
159
+ $log['new_value'] = [];
160
161
foreach ($this->updatedData as $key => $value) {
162
if ($this->isAuditing($key)) {
0 commit comments