mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update
This commit is contained in:
parent
f886465d8e
commit
774ca33261
@ -55,7 +55,8 @@ class UserController extends Controller
|
||||
'enable',
|
||||
'is_admin',
|
||||
'remind_expire',
|
||||
'remind_traffic'
|
||||
'remind_traffic',
|
||||
'expired_at'
|
||||
])
|
||||
->first();
|
||||
$user['avatar_url'] = 'https://cdn.v2ex.com/gravatar/' . md5($user->email) . '?s=64&d=identicon';
|
||||
|
Loading…
Reference in New Issue
Block a user