8000 Fix signature UserNotFoundException in entity_provider.rst. · symfony/symfony-docs@8d6d6c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d6d6c3

Browse files
marcusesaweaverryan
authored andcommitted
Fix signature UserNotFoundException in entity_provider.rst.
1 parent 75e7e4c commit 8d6d6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/entity_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ The code below shows the implementation of the
446446
'Unable to find an active admin AcmeUserBundle:User object identified by "%s".',
447447
$username
448448
);
449-
throw new UsernameNotFoundException($message,, 0, $e);
449+
throw new UsernameNotFoundException($message, 0 46C2 , $e);
450450
}
451451
452452
return $user;

0 commit comments

Comments
 (0)
0