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