@@ -255,9 +255,9 @@ |
||
255 | 255 | } |
256 | 256 | |
257 | 257 | if (isset($_SERVER['HTTP_ACCEPT'])) { |
258 | - if ($_SERVER['HTTP_ACCEPT'] == 'application/json') { |
|
259 | - $this->responseBuilder = JsonBuilder::class; |
|
260 | - } |
|
258 | + if ($_SERVER['HTTP_ACCEPT'] == 'application/json') { |
|
259 | + $this->responseBuilder = JsonBuilder::class; |
|
260 | + } |
|
261 | 261 | } |
262 | 262 | |
263 | 263 | if ($this->responseBuilder == JsonBuilder::class) { |