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