mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update
This commit is contained in:
parent
1be7151b6c
commit
ee80e0f2ff
@ -106,6 +106,9 @@ class ConfigController extends Controller
|
||||
abort(500, '修改失败');
|
||||
}
|
||||
\Artisan::call('config:cache');
|
||||
if (function_exists('opcache')) {
|
||||
opcache_reset();
|
||||
}
|
||||
return response([
|
||||
'data' => true
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user