@@ -124,7 +124,7 @@ |
||
124 | 124 | */ |
125 | 125 | public function destroy($id) |
126 | 126 | { |
127 | - $query = $this->query->build(Builder::DELETE);; |
|
127 | + $query = $this->query->build(Builder::DELETE); ; |
|
128 | 128 | $this->filterBy(static::PK, $id); |
129 | 129 | |
130 | 130 | $this->conn->query($query, $query->getValues()); |