mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Removed unused variable
This commit is contained in:
@ -4,11 +4,9 @@ use yii\helpers\Html;
|
||||
/**
|
||||
* @var \yii\web\View $this
|
||||
* @var \yii\gii\Generator[] $generators
|
||||
* @var \yii\gii\Generator $activeGenerator
|
||||
* @var string $content
|
||||
*/
|
||||
$generators = Yii::$app->controller->module->generators;
|
||||
$activeGenerator = Yii::$app->controller->generator;
|
||||
$this->title = 'Welcome to Gii';
|
||||
?>
|
||||
<div class="default-index">
|
||||
|
Reference in New Issue
Block a user