Skip to content

Commit 33670b9

Browse files
committed
slashes slashes slashes
1 parent 0c981f1 commit 33670b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/ResetPasswordControllerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ private function getSessionService(): SessionInterface
9797
*/
9898
private function getFakeToken(int $tokenLifetime): ResetPasswordToken
9999
{
100-
return new ResetPasswordToken('fake-token', new \DateTimeImmutable(\sprintf('+%d seconds', $tokenLifetime)), time());
100+
return new ResetPasswordToken('fake-token', new \DateTimeImmutable(\sprintf('+%d seconds', $tokenLifetime)), \time());
101101
}
102102
}

0 commit comments

Comments
 (0)