Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaantony92 authored and github-actions[bot] committed Nov 22, 2022
1 parent 0ac95bf commit 8d831ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Tool/Email/Log/Dao.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function save()
$preparedData = self::createJsonLoggingObject($value);
$value = json_encode($preparedData);
}

$key = $this->db->quoteIdentifier($key);
$data[$key] = $value;
}
Expand Down

0 comments on commit 8d831ba

Please sign in to comment.