Console 增加清理缓存功能

This commit is contained in:
chunice
2016-04-05 14:45:06 +08:00
parent 25831f77d8
commit d9109654f3
2 changed files with 64 additions and 1 deletions

View File

@@ -49,7 +49,8 @@ class Console
"think\\console\\command\\Lists",
"think\\console\\command\\Build",
"think\\console\\command\\make\\Controller",
"think\\console\\command\\make\\Model"
"think\\console\\command\\make\\Model",
"think\\console\\command\\cache\\Clear"
];
public function __construct($name = 'UNKNOWN', $version = 'UNKNOWN')