No known key found for this signature in database
GPG Key ID: 919533E2B946EA10
1 changed files with
1 additions and
0 deletions
-
src/Gist/Controller/Controller.php
|
|
@ -198,6 +198,7 @@ abstract class Controller |
|
|
|
$ttl = 3600 * 24 * 7; |
|
|
|
$response->setTtl($ttl); |
|
|
|
$response->setClientTtl($ttl); |
|
|
|
$response->setExpires(new \DateTime('now +7 days')); |
|
|
|
} |
|
|
|
|
|
|
|
return $response; |
|
|
|