fix: remind traffic

This commit is contained in:
Tokumeikoi
2020-09-23 22:40:20 +08:00
parent 29fc4206c0
commit 76f0b4d4d0
4 changed files with 29 additions and 29 deletions

View File

@ -148,7 +148,7 @@ class ConfigController extends Controller
}
if (function_exists('opcache_reset')) {
if (!opcache_reset()) {
abort(500, '保存失败,请删除或检查opcache状态');
abort(500, '缓存清除失败,请卸载或检查opcache配置状态');
}
}
\Artisan::call('config:cache');