*/ protected $fillable = [ 'pending_name', 'pending_email', 'pending_phone', 'pending_nif', 'pending_password', ]; /** * The attributes that should be hidden for serialization. * * @var array */ protected $hidden = [ 'password', ]; }