Jenkinsfile fix
This commit is contained in:
parent
24d25c6531
commit
33b387612f
@ -12,7 +12,7 @@ class User extends Authenticatable implements JWTSubject
|
||||
'email', 'password', 'role'
|
||||
];
|
||||
|
||||
protected $hidden = [
|
||||
protected $hidden = [
|
||||
'password', 'created_at', 'updated_at'
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user