@@ -234,7 +234,7 @@ |
||
234 | 234 | * properly, so I had to violate LoD here (so please, let's find a way to solve it on v2). |
235 | 235 | */ |
236 | 236 | return $this->configuration->getQueryWriter() |
237 | - ->write($path, $direction, $sqlQueries); |
|
237 | + ->write($path, $direction, $sqlQueries); |
|
238 | 238 | } |
239 | 239 | |
240 | 240 | /** |
@@ -100,7 +100,7 @@ |
||
100 | 100 | * properly, so I had to violate LoD here (so please, let's find a way to solve it on v2). |
101 | 101 | */ |
102 | 102 | return $this->configuration->getQueryWriter() |
103 | - ->write($path, $direction, $sql); |
|
103 | + ->write($path, $direction, $sql); |
|
104 | 104 | } |
105 | 105 | |
106 | 106 | /** |