Skip to content

Commit 56ce049

Browse files
committed
Added missing semi colon
1 parent ef05473 commit 56ce049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/named_hashers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ you must register a service for it in order to use it as a named hasher:
176176
.. code-block:: php
177177
178178
// config/packages/security.php
179-
use App\Security\Hasher\MyCustomPasswordHasher
179+
use App\Security\Hasher\MyCustomPasswordHasher;
180180
use Symfony\Config\SecurityConfig;
181181
182182
return static function (SecurityConfig $security) {

0 commit comments

Comments
 (0)