modified 修正安装BUG

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

View File

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