Skip to content

Commit 3902658

Browse files
author
Matt Humphrey
committed
Added current_sign_in_at field to User modal
1 parent 21f4524 commit 3902658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: lib/Gitlab/Model/User.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ class User extends AbstractModel
5656
'is_admin',
5757
'can_create_group',
5858
'can_create_project',
59-
'avatar_url'
59+
'avatar_url',
60+
'current_sign_in_at'
6061
);
6162

6263
/**

0 commit comments

Comments
 (0)