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.
2 parents 8db66a5 + 620dba6 commit 9d60165Copy full SHA for 9d60165
security/ldap.rst
@@ -112,7 +112,7 @@ An LDAP client can be configured using the built-in
112
use Symfony\Component\Ldap\Ldap;
113
114
$container->register(Ldap::class)
115
- ->addArgument(new Reference(Adapter::class);
+ ->addArgument(new Reference(Adapter::class));
116
117
$container
118
->register(Adapter::class)
0 commit comments