@@ -104,7 +104,9 @@ |
||
104 | 104 | } |
105 | 105 | |
106 | 106 | if (count($options->queries) > 0) { |
107 | - if (!str_contains($uri, '?')) $uri .= '?'; |
|
107 | + if (!str_contains($uri, '?')) { |
|
108 | + $uri .= '?'; |
|
109 | + } |
|
108 | 110 | $uri .= $options->getQueryString(); |
109 | 111 | } |
110 | 112 |