Commit 65db159b authored by Juukie14's avatar Juukie14

Added remember_token to protected $hidden variable

parent 443cad58
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment