Skip to content

Commit

Permalink
fix statement with non-compound name
Browse files Browse the repository at this point in the history
  • Loading branch information
biladina committed Jan 22, 2024
1 parent 9e96ece commit 4236a76
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
@@ -2,7 +2,6 @@

declare (strict_types = 1);

use Yii;
use yii\gii\controllers\DefaultController;
use yii\gii\Generator;
use yii\helpers\Html;
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;

0 comments on commit 4236a76

Please sign in to comment.