Skip to content

Commit 8bd0610

Browse files
committed
Small code style tweaks
1 parent 94616b0 commit 8bd0610

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/LdapServiceProvider.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ protected function registerLogging(): void
7979
return;
8080
}
8181

82-
$channelName = Config::get('ldap.logging.channel');
83-
$channel = $logger->channel($channelName);
84-
Container::getInstance()->setLogger($channel);
82+
Container::getInstance()->setLogger(
83+
$logger->channel(
84+
Config::get('ldap.logging.channel')
85+
)
86+
);
8587
}
8688

8789
/**

0 commit comments

Comments
 (0)