mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 17:59:25 +00:00
Consistent SQL query formatting
This commit is contained in:
@@ -18,7 +18,8 @@ class PasswordReset {
|
||||
token,
|
||||
nonce,
|
||||
UNIX_TIMESTAMP(expires) as expires
|
||||
from passwordReset
|
||||
from
|
||||
passwordReset
|
||||
where
|
||||
userId = ?
|
||||
and token = ?;
|
||||
|
||||
Reference in New Issue
Block a user