fix: show keydbs/dragonflies/clickhouses
This commit is contained in:
parent
613e980267
commit
70bfd4dd8a
@ -27,6 +27,9 @@ public function isEmpty()
|
||||
$this->redis()->count() == 0 &&
|
||||
$this->postgresqls()->count() == 0 &&
|
||||
$this->mysqls()->count() == 0 &&
|
||||
$this->keydbs()->count() == 0 &&
|
||||
$this->dragonflies()->count() == 0 &&
|
||||
$this->clickhouses()->count() == 0 &&
|
||||
$this->mariadbs()->count() == 0 &&
|
||||
$this->mongodbs()->count() == 0 &&
|
||||
$this->services()->count() == 0;
|
||||
|
Loading…
Reference in New Issue
Block a user