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 c6daf35 commit fbc2c73Copy full SHA for fbc2c73
src/Io/Query.php
@@ -120,7 +120,7 @@ protected function buildSql()
120
$offset = strpos($sql, '?', $offset + strlen($replacement));
121
}
122
if ($offset !== false) {
123
- throw new \LogicException('Params not enouth to build sql');
+ throw new \LogicException('Params not enough to build sql');
124
125
126
return $sql;
0 commit comments