We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb1c3c commit 233ff60Copy full SHA for 233ff60
security/ldap.rst
@@ -102,7 +102,7 @@ An LDAP client can be simply configured using the built-in
102
use Symfony\Component\Ldap\Ldap;
103
104
$container->register(Ldap::class)
105
- ->addArgument(new Reference(Adapter::class);
+ ->addArgument(new Reference(Adapter::class));
106
107
$container
108
->register(Adapter::class)
0 commit comments