Skip to content

Commit 1309860

Browse files
committed
bug #425 Change 'MongoClient' Definition to 'MongoDB\Client' - Fixes #420 (cimo23)
This PR was merged into the 3.x-dev branch. Discussion ---------- Change 'MongoClient' Definition to 'MongoDB\Client' - Fixes #420 Change 'MongoClient' Definition to 'MongoDB\Client' - Fixes #420 Commits ------- 02c4ae1 Update MonologExtension.php
2 parents fde12fc + 02c4ae1 commit 1309860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/MonologExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ private function buildHandler(ContainerBuilder $container, $name, array $handler
279279

280280
$server .= $handler['mongo']['host'].':'.$handler['mongo']['port'];
281281

282-
$client = new Definition('MongoClient', [
282+
$client = new Definition('MongoDB\Client', [
283283
$server,
284284
]);
285285

0 commit comments

Comments
 (0)