@@ -116,7 +116,7 @@ |
||
116 | 116 | |
117 | 117 | foreach ($this->request->all() as $key => $value) { |
118 | 118 | $keyBitz = explode(';', strval($key)); |
119 | - $newKey = strtolower($keyBitz[count($keyBitz) - 1]); |
|
119 | + $newKey = strtolower($keyBitz[count($keyBitz)-1]); |
|
120 | 120 | $this->queryOptions[] = [$newKey => $value]; |
121 | 121 | if (!array_key_exists($key, $this->queryOptionsCount)) { |
122 | 122 | $this->queryOptionsCount[$newKey] = 0; |