mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 修正安装BUG
This commit is contained in:
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user