mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
14 lines
149 B
PHP
14 lines
149 B
PHP
<?php
|
|
use yii\console\Controller;
|
|
|
|
/**
|
|
* InstallController
|
|
*/
|
|
class InstallController extends Controller
|
|
{
|
|
public function actionIndex()
|
|
{
|
|
|
|
}
|
|
}
|