6 lines
335 B
YAML
6 lines
335 B
YAML
symfonycasts_reset_password:
|
|
# Replace symfonycasts.reset_password.fake_request_repository with the full
|
|
# namespace of the password reset request repository after it has been created.
|
|
# i.e. App\Repository\ResetPasswordRequestRepository
|
|
request_password_repository: symfonycasts.reset_password.fake_request_repository
|