We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a350061 commit 4f71bbcCopy full SHA for 4f71bbc
1 file changed
src/HealthCheck/DoctrineConnectionHealthCheck.php
@@ -40,7 +40,6 @@ public function __construct(
40
41
public function check(HealthReportInterface $report): HealthReportInterface
42
{
43
- // Was the entityManager injected? When it is not the project does not use Doctrine ORM
44
if (!is_null($this->connection)) {
45
try {
46
// Get the schema manager and grab the first table to later query on
0 commit comments