增加路由缓存功能

This commit is contained in:
thinkphp
2016-08-03 09:26:26 +08:00
parent c0d65a8eb2
commit eda33a2412
4 changed files with 78 additions and 4 deletions

View File

@@ -54,6 +54,7 @@ class Console
"think\\console\\command\\make\\Model",
"think\\console\\command\\optimize\\Autoload",
"think\\console\\command\\optimize\\Config",
"think\\console\\command\\optimize\\Route",
];
public function __construct($name = 'UNKNOWN', $version = 'UNKNOWN')