@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace app\modules\prototype\models\search; |
4 | 4 | |
5 | -use Yii; |
|
6 | 5 | use yii\base\Model; |
7 | 6 | use yii\data\ActiveDataProvider; |
8 | 7 | use app\modules\prototype\models\Less as LessModel; |
@@ -1,7 +1,6 @@ |
||
1 | 1 | |
2 | 2 | <?php |
3 | 3 | use rmrevin\yii\fontawesome\FA; |
4 | -use yii\helpers\Inflector; |
|
5 | 4 | |
6 | 5 | /* |
7 | 6 | * @var yii\web\View $this |
@@ -1,10 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use dmstr\helpers\Html; |
4 | -use yii\helpers\Url; |
|
5 | -use yii\grid\GridView; |
|
6 | 4 | use yii\widgets\DetailView; |
7 | -use yii\widgets\Pjax; |
|
8 | 5 | use dmstr\bootstrap\Tabs; |
9 | 6 | |
10 | 7 | /** |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | use app\assets\AppAsset; |
4 | 4 | use app\widgets\Alert; |
5 | -use yii\bootstrap\Nav; |
|
6 | -use yii\bootstrap\NavBar; |
|
7 | 5 | use yii\helpers\Html; |
8 | 6 | |
9 | 7 | /* @var $this \yii\web\View */ |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace app\modules\prototype\models\search; |
4 | 4 | |
5 | -use Yii; |
|
6 | 5 | use yii\base\Model; |
7 | 6 | use yii\data\ActiveDataProvider; |
8 | 7 | use app\modules\prototype\models\Less as LessModel; |
@@ -1,10 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use dmstr\helpers\Html; |
4 | -use yii\helpers\Url; |
|
5 | -use yii\grid\GridView; |
|
6 | 4 | use yii\widgets\DetailView; |
7 | -use yii\widgets\Pjax; |
|
8 | 5 | use dmstr\bootstrap\Tabs; |
9 | 6 | |
10 | 7 | /** |