Skip to content

Commit

Permalink
fix statement with non-compound name (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
biladina authored Jan 22, 2024
1 parent 9e96ece commit e6118b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/views/layouts/generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

declare (strict_types = 1);

use Yii;
use yii\gii\controllers\DefaultController;
use yii\gii\Generator;
use yii\helpers\Html;
Expand Down
1 change: 0 additions & 1 deletion src/views/layouts/main.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

use Yii;
use yii\gii\GiiAsset;
use yii\helpers\Html;
use yii\web\View;
Expand Down

0 comments on commit e6118b4

Please sign in to comment.