forss-it / laravel-gdpr-compliance

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

Running gdpr:anonymizeInactiveUsers does not set isAnonymized #60

Closed dsbilling closed 5 years ago

dsbilling commented 5 years ago

Only the controller does this:

$user->update([
      'isAnonymized' => true,
]);
dsbilling commented 5 years ago

@KristofferTennivaara Can you take a look at this?

KristofferTennivaara commented 5 years ago

Just noticed the problem in one of our apps, I will merge your PR @DanielRTRD, thank you.