Completed
Push — master ( c428ed...2fc60b )
by Philip
03:27
created
src/CRUDlex/PasswordReset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
         $passwordReset = $passwordResets[0];
46 46
 
47 47
         $createdAt = $passwordReset->get('created_at');
48
-        if (strtotime($createdAt . ' UTC') < time() - 2 * 24 * 60 * 60 || $passwordReset->get('reset')) {
48
+        if (strtotime($createdAt.' UTC') < time() - 2 * 24 * 60 * 60 || $passwordReset->get('reset')) {
49 49
             return null;
50 50
         }
51 51
 
Please login to merge, or discard this patch.