Update Index.php

This commit is contained in:
Anyon 2019-11-28 17:50:23 +08:00
parent 1252dafa8a
commit 733fcfe7fb

View File

@ -120,7 +120,7 @@ class Index extends Controller
try { try {
$this->app->console->call('optimize:route'); $this->app->console->call('optimize:route');
$this->app->console->call('optimize:schema'); $this->app->console->call('optimize:schema');
$this->success('网站压缩加速成功!'); $this->success('网站缓存加速成功!');
} catch (HttpResponseException $exception) { } catch (HttpResponseException $exception) {
throw $exception; throw $exception;
} catch (\Exception $e) { } catch (\Exception $e) {