Skip to content

Commit

Permalink
fix gii typo
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Gonzalez <[email protected]>
  • Loading branch information
XzAeRo committed May 11, 2020
1 parent 786e328 commit 67dc66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/views/_gii/templates/views/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* @var yii\web\View $this
<?php echo !empty($generator->searchModelClass) ? " * @var \" . $generator->searchModelClass . " \$searchModel\n" : '' ?>
<?php echo !empty($generator->searchModelClass) ? " * @var " . $generator->searchModelClass . " \$searchModel\n" : '' ?>
* @var yii\data\ActiveDataProvider $dataProvider
*/

Expand Down

0 comments on commit 67dc66c

Please sign in to comment.