Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 6b1314b

Browse files
committed
Fix auto-connect option
1 parent 4b15589 commit 6b1314b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdldapServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function register()
4848
}
4949

5050
// Create a new Adldap instance.
51-
$ad = new Adldap($settings['connection_settings'], new $settings['connection'](), $config['auto_connect']);
51+
$ad = new Adldap($settings['connection_settings'], new $settings['connection'](), $settings['auto_connect']);
5252

5353
if ($config->get('app.debug')) {
5454
// If the application is set to debug mode, we'll display LDAP error messages.

0 commit comments

Comments
 (0)