We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d6fed commit 55b0415Copy full SHA for 55b0415
src/controllers/Status.php
@@ -5,7 +5,6 @@
5
use \BNETDocs\Libraries\VersionInfo;
6
use \BNETDocs\Models\Status as StatusModel;
7
8
-use \CarlBennett\MVC\Libraries\Cache;
9
use \CarlBennett\MVC\Libraries\Common;
10
use \CarlBennett\MVC\Libraries\Controller;
11
use \CarlBennett\MVC\Libraries\Database;
@@ -48,7 +47,6 @@ protected static function getStatus( StatusModel &$model ) {
48
47
49
$healthcheck = new StdClass();
50
$healthcheck->database = ( Common::$database instanceof Database );
51
- $healthcheck->memcache = ( Common::$cache instanceof Cache );
52
53
$utc = new DateTimeZone( 'Etc/UTC' );
54
0 commit comments