Inital commit for unit test configuration
This commit is contained in:

committed by
Manish Verma

parent
2f0796e954
commit
e0436b7757
1
vendor/symfony/http-foundation/Response.php
vendored
1
vendor/symfony/http-foundation/Response.php
vendored
@@ -689,6 +689,7 @@ class Response
|
||||
{
|
||||
if ($this->isFresh()) {
|
||||
$this->headers->set('Age', $this->getMaxAge());
|
||||
$this->headers->remove('Expires');
|
||||
}
|
||||
|
||||
return $this;
|
||||
|
Reference in New Issue
Block a user