forss-it / laravel-gdpr-compliance

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

artisan route:list gives an error #36

Closed rafailml closed 6 years ago

rafailml commented 6 years ago

When I run php artisan route:list , I'm getting an error: ReflectionException : Class Dialect\Gdpr\Http\Controllers\GdprController does not exist

rafailml commented 6 years ago

You'll need to edit vendor/dialect/laravel-gdpr-compliance/src/GdprServiceProvider.php line 35. Change to: 'namespace' => 'App\Http\Controllers',

KristofferTennivaara commented 6 years ago

Thank you, this is now fixed.

Problem is, either the tests work, or the published controller gets the right namespace.