Skip to content

Commit 55b0415

Browse files
committed
Remove Cache from status page controller
1 parent e5d6fed commit 55b0415

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/controllers/Status.php

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use \BNETDocs\Libraries\VersionInfo;
66
use \BNETDocs\Models\Status as StatusModel;
77

8-
use \CarlBennett\MVC\Libraries\Cache;
98
use \CarlBennett\MVC\Libraries\Common;
109
use \CarlBennett\MVC\Libraries\Controller;
1110
use \CarlBennett\MVC\Libraries\Database;
@@ -48,7 +47,6 @@ protected static function getStatus( StatusModel &$model ) {
4847

4948
$healthcheck = new StdClass();
5049
$healthcheck->database = ( Common::$database instanceof Database );
51-
$healthcheck->memcache = ( Common::$cache instanceof Cache );
5250

5351
$utc = new DateTimeZone( 'Etc/UTC' );
5452

0 commit comments

Comments
 (0)