SymfonyCasts / reset-password-bundle

Need a killer reset password feature for your Symfony? Us too!
https://symfonycasts.com
MIT License
468 stars 65 forks source link

Cannot find the entity manager for class "App\Entity\ResetPasswordRequest" #256

Closed NCJavaCode closed 1 year ago

NCJavaCode commented 1 year ago

Hello, everybody.

When I use make:reset-password command system asks you two questions:


Let's make a password reset feature!

Implementing reset password for App\Entity\User

In DoctrineHelper.php line 91:

Cannot find the entity manager for class "App\Entity\ResetPasswordRequest"

make:reset-password


It's all! What happen?

spetters commented 1 year ago

@NCJavaCode Might be the same issue as #247

NCJavaCode commented 1 year ago

@spetters Thank you.