Skip to content

Commit e9aea0a

Browse files
authored
Merge pull request #269 from SymfonyCasts/fix-repo-name
Fix repository name in the docs
2 parents 01e15bb + 8edffaf commit e9aea0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can change the default configuration parameters for the bundle in the
4949

5050
```yaml
5151
symfonycasts_reset_password:
52-
request_password_repository: App\Repository\PasswordResetRequestRepository
52+
request_password_repository: App\Repository\ResetPasswordRequestRepository
5353
lifetime: 3600
5454
throttle_limit: 3600
5555
enable_garbage_collection: true

0 commit comments

Comments
 (0)