Skip to content

Commit 2cf5c4b

Browse files
committed
Format code
1 parent c07be0f commit 2cf5c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Listener/DbQueryExecutedListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function process(object $event): void
5353
if ($position === false) {
5454
break;
5555
}
56-
$value = "'$value'";
56+
$value = "'{$value}'";
5757
$sql = substr_replace($sql, $value, $position, 1);
5858
$position += strlen($value);
5959
}

0 commit comments

Comments
 (0)