*/ protected $fillable = [ 'name', 'password', ]; /** @var array */ protected $hidden = [ 'current_password', 'password', 'remember_token', ]; }