First round of API additions

This commit is contained in:
Dane Everitt
2017-11-19 16:30:00 -06:00
parent bf9708fe4f
commit 698c121e11
8 changed files with 229 additions and 142 deletions

View File

@@ -89,7 +89,7 @@ class User extends Model implements
*
* @var array
*/
protected $hidden = ['password', 'remember_token', 'totp_secret'];
protected $hidden = ['password', 'remember_token', 'totp_secret', 'totp_authenticated_at'];
/**
* Parameters for search querying.