mirror of
https://github.com/v2board/v2board.git
synced 2025-01-26 16:09:09 +08:00
update
This commit is contained in:
parent
3a9b3ab32d
commit
25fbdf0013
@ -54,7 +54,8 @@ class UserController extends Controller
|
|||||||
'remind_traffic',
|
'remind_traffic',
|
||||||
'expired_at',
|
'expired_at',
|
||||||
'balance',
|
'balance',
|
||||||
'commission_balance'
|
'commission_balance',
|
||||||
|
'plan_id'
|
||||||
])
|
])
|
||||||
->first();
|
->first();
|
||||||
$user['avatar_url'] = 'https://cdn.v2ex.com/gravatar/' . md5($user->email) . '?s=64&d=identicon';
|
$user['avatar_url'] = 'https://cdn.v2ex.com/gravatar/' . md5($user->email) . '?s=64&d=identicon';
|
||||||
|
Loading…
Reference in New Issue
Block a user