mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 22:27:50 +08:00
update: theme
This commit is contained in:
@ -34,6 +34,7 @@ class ThemeController extends Controller
|
||||
|
||||
try {
|
||||
Artisan::call('config:cache');
|
||||
sleep(2);
|
||||
} catch (\Exception $e) {
|
||||
abort(500, "{$themeName}初始化失败");
|
||||
}
|
||||
@ -93,6 +94,7 @@ class ThemeController extends Controller
|
||||
|
||||
try {
|
||||
Artisan::call('config:cache');
|
||||
sleep(2);
|
||||
} catch (\Exception $e) {
|
||||
abort(500, '保存失败');
|
||||
}
|
||||
|
Reference in New Issue
Block a user