From 733fcfe7fba34f671df73d504ba22333567b3cca Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 28 Nov 2019 17:50:23 +0800 Subject: [PATCH] Update Index.php --- app/admin/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/controller/Index.php b/app/admin/controller/Index.php index 933f7f6e0..cb8cbf581 100644 --- a/app/admin/controller/Index.php +++ b/app/admin/controller/Index.php @@ -120,7 +120,7 @@ class Index extends Controller try { $this->app->console->call('optimize:route'); $this->app->console->call('optimize:schema'); - $this->success('网站压缩加速成功!'); + $this->success('网站缓存加速成功!'); } catch (HttpResponseException $exception) { throw $exception; } catch (\Exception $e) {