Skip to content

Commit

Permalink
Update configuration path in help message
Browse files Browse the repository at this point in the history
The default path was already changed with Symfony 4, guess nobody ever found this one!
  • Loading branch information
bobvandevijver authored Feb 10, 2024
1 parent 23b9782 commit a0c08f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/UserPasswordHashCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected function configure()
Suppose that you have the following security configuration in your application:
<comment>
# app/config/security.yml
# config/packages/security.yml
security:
password_hashers:
Symfony\Component\Security\Core\User\InMemoryUser: plaintext
Expand Down

0 comments on commit a0c08f9

Please sign in to comment.