@@ -17,7 +17,7 @@ class User extends Eloquent implements UserInterface, RemindableInterface {
*
* @var array
*/
- protected $hidden = array('password');
+ protected $hidden = array('password', 'remember_token');
/**
* Get the unique identifier for the user.