@@ -9,7 +9,7 @@ |
||
9 | 9 | { |
10 | 10 | private static function generatePasswordResetToken() |
11 | 11 | { |
12 | - return time() . base64_encode(random_bytes(10)); |
|
12 | + return time().base64_encode(random_bytes(10)); |
|
13 | 13 | } |
14 | 14 | |
15 | 15 | public static function validateToken(UserInterface $user, $token) |