update: shell

This commit is contained in:
tokumeikoi
2022-05-09 01:45:33 +08:00
parent e72d28e2b3
commit d74ab728fe
4 changed files with 19 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class ThemeController extends Controller
try {
Artisan::call('config:cache');
sleep(2);
// sleep(2);
} catch (\Exception $e) {
abort(500, '保存失败');
}