Skip to content

Commit 0da9283

Browse files
authored
Update LogsModelEvents.php
1 parent 7c04a4b commit 0da9283

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Traits/LogsModelEvents.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ public static function bootLogsModelEvents() {
3333

3434
$changed=[];
3535
foreach($dirty as $key => $value){
36-
$changed[] = "'$key': [" . ($model->original[$key] ?? '-') . "]=>[$value]";
36+
$changed[] = "'$key': [" . ($model->original[$key] ?? '-') . "][$value]";
3737
}
3838

3939
if ($changed) {
40-
$description .= ' - Updated values:'. implode(', ', $changed);
40+
$description .= ':'. implode(', ', $changed);
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)