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

Commit a5196cc

Browse files
authored
Properly retrieve connection settings
- #584
1 parent eeee47d commit a5196cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Listeners/LogAuthentication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ protected function getConfigSettingsPath()
5050
{
5151
$connection = Config::get('adldap_auth.connection');
5252

53-
return "adldap.$connection.connection_settings";
53+
return "adldap.connections.$connection.connection_settings";
5454
}
5555
}

0 commit comments

Comments
 (0)