Skip to content

Commit 7aaf937

Browse files
authored
Update security.rst
1 parent e9c6102 commit 7aaf937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ encoding algorithm. Also, each algorithm defines different config options:
162162
threads: 4 # Number of parallel threads
163163
164164
# MessageDigestPasswordEncoder encoder using SHA512 hashing with default options
165-
AppBundle\Entity\User: 'sha512'
165+
App\Entity\User: 'sha512'
166166
167167
.. code-block:: xml
168168

0 commit comments

Comments
 (0)