forss-it / laravel-gdpr-compliance

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

Shouldn't assume standard app:name #47

Closed dsbilling closed 6 years ago

dsbilling commented 6 years ago

https://github.com/dialect-katrineholm/laravel-gdpr-compliance/blob/master/src/GdprServiceProvider.php#L39

This cannot be assumed to be the standard name.

dsbilling commented 6 years ago

app()->getNamespace() Might be a solution here.

KristofferTennivaara commented 6 years ago

Thank you for noticing this, it has indeed been assumed to be the standard name. Will merge your PR.