@@ -51,7 +51,7 @@ |
||
| 51 | 51 | $this->tokenType = $tokenType; |
| 52 | 52 | $this->expiresIn = $expiresIn; |
| 53 | 53 | $this->createdAt = new \DateTime(); |
| 54 | - $this->expiresAt = new \DateTime();; |
|
| 54 | + $this->expiresAt = new \DateTime(); ; |
|
| 55 | 55 | $this->expiresAt->add(new \DateInterval('PT'.$this->expiresIn.'S')); |
| 56 | 56 | } |
| 57 | 57 | |