Fix phpcs in ConnectionManager

This commit is contained in:
Namoshek
2023-05-15 20:10:38 +02:00
committed by GitHub
parent b059586d08
commit 68c11c6b4a

View File

@ -145,7 +145,7 @@ class ConnectionManager
$repository = $this->application->make($repository);
$logger = $loggingEnabled ? $this->application->make('log') : null;
if($logger && $logChannel) {
if ($logger && $logChannel) {
$logger = $logger->channel($logChannel);
}