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.
1 parent 5825cbf commit c8e8fb5Copy full SHA for c8e8fb5
src/LdapServiceProvider.php
@@ -33,7 +33,7 @@ public function boot()
33
]);
34
35
if (config('ldap.logging', true)) {
36
- Container::setLogger(logger());
+ Container::getInstance()->setLogger(logger());
37
}
38
39
Container::setDefaultConnection(config('ldap.default', 'default'));
0 commit comments