Skip to content

Commit c8e8fb5

Browse files
committed
Set the logger on the containers instance
Fixes #77
1 parent 5825cbf commit c8e8fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LdapServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function boot()
3333
]);
3434

3535
if (config('ldap.logging', true)) {
36-
Container::setLogger(logger());
36+
Container::getInstance()->setLogger(logger());
3737
}
3838

3939
Container::setDefaultConnection(config('ldap.default', 'default'));

0 commit comments

Comments
 (0)