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