diff --git a/app/Utils/SystemHealth.php b/app/Utils/SystemHealth.php index 05a3395b5906..9766640c9a9e 100644 --- a/app/Utils/SystemHealth.php +++ b/app/Utils/SystemHealth.php @@ -26,7 +26,6 @@ class SystemHealth { private static $extensions = [ 'mysqli', - 'mysqlnd', 'gd', 'curl', 'zip', @@ -35,6 +34,7 @@ class SystemHealth 'mbstring', 'xml', 'bcmath', + 'mysqlnd', ]; private static $php_version = 7.3;