Skip to content

Commit

Permalink
Merge pull request #174 from itscaro/quan.tran/fix-message-doctrine-m…
Browse files Browse the repository at this point in the history
…ongodb

fix message doctrine mongodb
  • Loading branch information
lsmith77 committed May 23, 2018
2 parents a70df9c + 5b0ed4e commit f9dee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Check/DoctrineMongoDbCollection.php
Expand Up @@ -22,7 +22,7 @@ public function __construct(ConnectionRegistry $manager, $connections)
$check = new DoctrineMongoDb($manager, $connection);
$check->setLabel(sprintf('Doctrine Mongo Db "%s" connection', $connection));

$this->checks[sprintf('doctrine_dbal_%s_connection', $connection)] = $check;
$this->checks[sprintf('doctrine_mongodb_%s_connection', $connection)] = $check;
}
}

Expand Down

0 comments on commit f9dee5f

Please sign in to comment.