mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 13:47:49 +08:00
fix: remind traffic
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user