Merge pull request #2851 from juukie14/user-model-hidden
Added remember_token to protected $hidden variable
This commit is contained in:
commit
a6a01b976c
@ -21,6 +21,6 @@ class User extends Eloquent implements UserInterface, RemindableInterface {
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $hidden = array('password');
|
||||
protected $hidden = array('password', 'remember_token');
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user