forss-it / laravel-gdpr-compliance

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

README instructions contain a typo #64

Closed carlos-ballester closed 5 years ago

carlos-ballester commented 5 years ago

In the README file, it is stated that

Using getAnonynomized{column} to return anonymizable data

public function getAnonynomizedEmail() { return 'your_return_value'; }

There is a typo in getAnonyNOmized{column}, it should be getAnonymized{column} for it to work

Just in case anyone ran into it not working properly and didn't know why

stromgren commented 5 years ago

Thank you for bringing this to our attention! I submitted a PR, expect it to be merged on a couple of hours.