@@ -119,7 +119,7 @@ |
||
119 | 119 | */ |
120 | 120 | public function link(array $ids): int |
121 | 121 | { |
122 | - $statement = $this->cache(__FUNCTION__, function () { |
|
122 | + $statement = $this->cache(__FUNCTION__, function() { |
|
123 | 123 | $columns = implode(',', array_keys($this->columns)); |
124 | 124 | $slots = implode(',', $this->db->slots(array_keys($this->columns))); |
125 | 125 | if ($this->db->isSQLite()) { |