@@ -415,8 +415,8 @@ |
||
| 415 | 415 | private function disableCacheHeadersOnResponse(ResponseInterface $response) |
| 416 | 416 | { |
| 417 | 417 | return $response |
| 418 | - ->withHeader('Cache-Control', 'no-cache, no-store, must-revalidate') |
|
| 419 | - ->withHeader('Pragma', 'no-cache') |
|
| 420 | - ->withHeader('Expires', '0'); |
|
| 418 | + ->withHeader('Cache-Control', 'no-cache, no-store, must-revalidate') |
|
| 419 | + ->withHeader('Pragma', 'no-cache') |
|
| 420 | + ->withHeader('Expires', '0'); |
|
| 421 | 421 | } |
| 422 | 422 | } |