Closed pmartelletti closed 8 years ago
@patrickbrouwers any comments?
Can you check that in your providers
in config/app.php
that
LaravelDoctrine\ORM\Auth\Passwords\PasswordResetServiceProvider
is listed after
LaravelDoctrine\ORM\DoctrineServiceProvider
@FoxxMD I can't be so stupid... Thanks for that!
Package version, Laravel version
Using 1.0.18 and Laravel 5.1.31
Expected behaviour
When trying to reset a password, an email should be sent to the user.
Actual behaviour
Getting the following error:
@patrickbrouwers any ideas of what could be wrong? Please not that we would like to stick to Laravel 5.1, hence why we are using version 1.0.*