Skip to content

Commit 1385b82

Browse files
committed
Merge branch '4.3'
* 4.3: Update ldap.rst
2 parents 873db0f + 250fc53 commit 1385b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/ldap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ An LDAP client can be configured using the built-in
112112
use Symfony\Component\Ldap\Ldap;
113113
114114
$container->register(Ldap::class)
115-
->addArgument(new Reference(Adapter::class);
115+
->addArgument(new Reference(Adapter::class));
116116
117117
$container
118118
->register(Adapter::class)

0 commit comments

Comments
 (0)