Skip to content

Commit

Permalink
Merge 0db5957 into 812873f
Browse files Browse the repository at this point in the history
  • Loading branch information
voodooism committed Jan 15, 2021
2 parents 812873f + 0db5957 commit 72a363e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Check/PDOCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Ensures a connection to the MySQL server/database is possible.
*/
class PDOCheck implements CheckInterface
class PDOCheck extends AbstractCheck
{
private $dsn;
private $password;
Expand Down

0 comments on commit 72a363e

Please sign in to comment.