mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 06:48:59 +08:00
Renamed yiic to yii.
Added console command support to the bootstrap app.
This commit is contained in:
@@ -19,6 +19,7 @@ use yii\caching\Cache;
|
||||
*/
|
||||
class CacheController extends Controller
|
||||
{
|
||||
|
||||
public function actionIndex()
|
||||
{
|
||||
$this->forward('help/index', array('-args' => array('cache/flush')));
|
||||
|
||||
Reference in New Issue
Block a user