undo
This commit is contained in:
parent
ffe73b77af
commit
b28a48b1d9
1 changed files with 0 additions and 8 deletions
|
|
@ -60,14 +60,6 @@ class SystemHealth
|
|||
$system_health = false;
|
||||
}
|
||||
|
||||
if (!self::checkNode()) {
|
||||
$system_health = false;
|
||||
}
|
||||
|
||||
if (!self::checkNpm()) {
|
||||
$system_health = false;
|
||||
}
|
||||
|
||||
return [
|
||||
'system_health' => $system_health,
|
||||
'extensions' => self::extensions(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue