Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 83ea42d

Browse files
committed
Fix: class-name
1 parent d9853fd commit 83ea42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ZendDiagnostics/Check/CouchDBCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Ensures a connection to CouchDB is possible.
1212
*/
13-
class CouchDB extends GuzzleHttpService
13+
class CouchDBCheck extends GuzzleHttpService
1414
{
1515
/**
1616
* @param array $couchDbSettings

0 commit comments

Comments
 (0)