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 c07be0f commit 2cf5c4bCopy full SHA for 2cf5c4b
app/Listener/DbQueryExecutedListener.php
@@ -53,7 +53,7 @@ public function process(object $event): void
53
if ($position === false) {
54
break;
55
}
56
- $value = "'$value'";
+ $value = "'{$value}'";
57
$sql = substr_replace($sql, $value, $position, 1);
58
$position += strlen($value);
59
0 commit comments