@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace app\widgets\options; |
4 | 4 | |
5 | 5 | use app\models\Property; |
6 | -use Yii; |
|
7 | 6 | use yii\base\Widget; |
8 | 7 | use yii\helpers\ArrayHelper; |
9 | 8 | use yii\helpers\Json; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace app\widgets\options; |
4 | 4 | |
5 | 5 | use app\models\Property; |
6 | -use Yii; |
|
7 | 6 | use yii\base\Widget; |
8 | 7 | use yii\helpers\ArrayHelper; |
9 | 8 | use yii\helpers\Json; |
@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace app\widgets\navigation\models; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\backgroundtasks\traits\SearchModelTrait; |
6 | 7 | use app\behaviors\Tree; |
7 | 8 | use app\properties\HasProperties; |
8 | 9 | use app\traits\FindById; |
9 | 10 | use app\traits\GetImages; |
10 | -use Yii; |
|
11 | 11 | use yii\data\ActiveDataProvider; |
12 | 12 | |
13 | 13 | /** |
@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace app\widgets\navigation\models; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\backgroundtasks\traits\SearchModelTrait; |
6 | 7 | use app\behaviors\Tree; |
7 | 8 | use app\properties\HasProperties; |
8 | 9 | use app\traits\FindById; |
9 | 10 | use app\traits\GetImages; |
10 | -use Yii; |
|
11 | 11 | use yii\data\ActiveDataProvider; |
12 | 12 | |
13 | 13 | /** |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace app\backend\actions; |
4 | 4 | |
5 | -use yii\web\Application; |
|
6 | 5 | use Yii; |
6 | +use yii\web\Application; |
|
7 | 7 | |
8 | 8 | class FlushCacheConsoleAction extends FlushCacheAction |
9 | 9 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace app\widgets\options; |
4 | 4 | |
5 | 5 | use app\models\Property; |
6 | -use Yii; |
|
7 | 6 | use yii\base\Widget; |
8 | 7 | use yii\helpers\ArrayHelper; |
9 | 8 | use yii\helpers\Json; |
@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace app\widgets\navigation\models; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\backgroundtasks\traits\SearchModelTrait; |
6 | 7 | use app\behaviors\Tree; |
7 | 8 | use app\properties\HasProperties; |
8 | 9 | use app\traits\FindById; |
9 | 10 | use app\traits\GetImages; |
10 | -use Yii; |
|
11 | 11 | use yii\data\ActiveDataProvider; |
12 | 12 | |
13 | 13 | /** |
@@ -4,13 +4,11 @@ |
||
4 | 4 | * @var yii\web\View $this |
5 | 5 | * @var \app\models\Submission $submission |
6 | 6 | */ |
7 | -use app\backend\widgets\BackendWidget; |
|
8 | 7 | use app\backend\components\ActiveForm; |
9 | -use app\models\Property; |
|
10 | -use app\models\Object; |
|
8 | +use app\backend\widgets\BackendWidget; |
|
11 | 9 | use app\models\Form; |
10 | +use app\models\Object; |
|
12 | 11 | use app\models\PropertyGroup; |
13 | -use yii\helpers\Html; |
|
14 | 12 | |
15 | 13 | $this->title = Yii::t('app', 'Submission #'). $submission->id; |
16 | 14 | $this->params['breadcrumbs'][] = ['url' => ['/backend/form/index'], 'label' => Yii::t('app', 'Forms')]; |
@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace app\backgroundtasks\controllers; |
4 | 4 | |
5 | -use app\backgroundtasks\models\Task; |
|
6 | 5 | use Yii; |
6 | +use app\backgroundtasks\models\Task; |
|
7 | 7 | use yii\filters\AccessControl; |
8 | 8 | use yii\filters\VerbFilter; |
9 | +use yii\helpers\Url; |
|
9 | 10 | use yii\web\Controller; |
10 | 11 | use yii\web\NotFoundHttpException; |
11 | -use yii\helpers\Url; |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * Class ManageController |