@@ -166,7 +166,7 @@ |
||
| 166 | 166 | */ |
| 167 | 167 | public function insertUsing(array $columns, $query) |
| 168 | 168 | { |
| 169 | - $this->applyBeforeQueryCallbacks(); |
|
| 169 | + $this->applyBeforeQueryCallbacks(); |
|
| 170 | 170 | |
| 171 | 171 | [$sql, $bindings] = $this->createSub($query); |
| 172 | 172 | |