Skip to content

Commit 233ff60

Browse files
kboumedalOskarStark
authored andcommitted
Update ldap.rst
1 parent cdb1c3c commit 233ff60

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
@@ -102,7 +102,7 @@ An LDAP client can be simply configured using the built-in
102102
use Symfony\Component\Ldap\Ldap;
103103
104104
$container->register(Ldap::class)
105-
->addArgument(new Reference(Adapter::class);
105+
->addArgument(new Reference(Adapter::class));
106106
107107
$container
108108
->register(Adapter::class)

0 commit comments

Comments
 (0)