Jenkinsfile fix

This commit is contained in:
Artur Nowakowski 2019-11-30 18:54:49 +01:00
parent 24d25c6531
commit 33b387612f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class User extends Authenticatable implements JWTSubject
'email', 'password', 'role'
];
protected $hidden = [
protected $hidden = [
'password', 'created_at', 'updated_at'
];