@@ -51,7 +51,7 @@ |
||
| 51 | 51 | $this->key = $key; |
| 52 | 52 | $this->value = $value; |
| 53 | 53 | |
| 54 | - $this->timeZone = is_null($timeZone) ? new \DateTimeZone('Europe/London') : $timeZone; |
|
| 54 | + $this->timeZone = is_null($timeZone) ? new \DateTimeZone('Europe/London') : $timeZone; |
|
| 55 | 55 | $this->defaultExpiration = '2999-12-12'; |
| 56 | 56 | |
| 57 | 57 | $this->expiration = is_null($expiration) ? |