Skip to content

Commit 24b6128

Browse files
author
rkr
committed
- Minor fix
1 parent 7daa74b commit 24b6128

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/Builder/Insert.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -300,17 +300,4 @@ private function clearValues(array $values) {
300300

301301
return $result;
302302
}
303-
304-
/**
305-
* @param string $expression
306-
* @param array $args
307-
* @return string
308-
*/
309-
private function formatExtraArgs($expression, $args) {
310-
if(count($args) > 1) {
311-
$args = array_slice($args, 1);
312-
$expression = $this->db()->quoteExpression($expression, $args);
313-
}
314-
return $expression;
315-
}
316303
}

0 commit comments

Comments
 (0)