forss-it / laravel-gdpr-compliance

GDPR compliant data handling with ease
54 stars 5 forks source link

Updates to toDecryptedArray() #68

Closed stromgren closed 5 years ago

stromgren commented 5 years ago

Previous implementation of this function did not account for certain casts. The new implementation uses the parents toArray function and replaces the encrypted attributes with its decrypted counterpart.