1
0
mirror of https://gitee.com/apiadmin/ApiAdmin.git synced 2025-04-06 03:58:00 +08:00

modified 修正安装BUG

This commit is contained in:
zhaoxiang 2019-06-30 22:55:47 +08:00
parent 5705604a17
commit fba69d0513

@ -48,7 +48,7 @@ class Install extends Command {
exit;
}
if (extension_loaded('redis')) {
if (!extension_loaded('redis')) {
$output->highlight('缺少Redis扩展');
exit;
}