mirror of
https://github.com/flarum/framework.git
synced 2025-03-11 21:05:25 +08:00
Fix incorrect column name for registration token
Oversight from the database renamings, I suppose. Fixes #1691.
This commit is contained in:
parent
13ce2d1e3d
commit
7ffca76c61
@ -56,7 +56,7 @@ class ResponseFactory
|
|||||||
$provided,
|
$provided,
|
||||||
$registration->getSuggested(),
|
$registration->getSuggested(),
|
||||||
[
|
[
|
||||||
'token' => $token->id,
|
'token' => $token->token,
|
||||||
'provided' => array_keys($provided)
|
'provided' => array_keys($provided)
|
||||||
]
|
]
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user