@@ -5,8 +5,8 @@ |
||
| 5 | 5 | use app\models\Object; |
| 6 | 6 | use app\models\Property; |
| 7 | 7 | use app\properties\PropertyHandlers; |
| 8 | -use yii\base\Action; |
|
| 9 | 8 | use yii; |
| 9 | +use yii\base\Action; |
|
| 10 | 10 | |
| 11 | 11 | class PropertyHandler extends Action |
| 12 | 12 | { |
@@ -3,13 +3,13 @@ |
||
| 3 | 3 | namespace app\backend\components; |
| 4 | 4 | |
| 5 | 5 | use Closure; |
| 6 | -use kartik\icons\Icon; |
|
| 7 | 6 | use Yii; |
| 7 | +use app\backend\components\Helper; |
|
| 8 | +use kartik\icons\Icon; |
|
| 8 | 9 | use yii\grid\Column; |
| 9 | 10 | use yii\helpers\ArrayHelper; |
| 10 | 11 | use yii\helpers\Html; |
| 11 | 12 | use yii\helpers\Url; |
| 12 | -use app\backend\components\Helper; |
|
| 13 | 13 | |
| 14 | 14 | class ActionColumn extends Column |
| 15 | 15 | { |
@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace app\backend\controllers; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use app\backend\models\BackendMenu; |
| 6 | 7 | use devgroup\JsTreeWidget\AdjacencyFullTreeDataAction; |
| 7 | -use Yii; |
|
| 8 | 8 | use yii\filters\AccessControl; |
| 9 | 9 | use yii\helpers\Url; |
| 10 | 10 | use yii\web\Controller; |
@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace app\backend\controllers; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use app\backend\actions\FlushCacheAction; |
| 6 | 7 | use app\backend\models\Notification; |
| 7 | 8 | use app\components\Helper; |
| 8 | 9 | use vova07\imperavi\actions\GetAction; |
| 9 | -use Yii; |
|
| 10 | 10 | use yii\filters\AccessControl; |
| 11 | 11 | use yii\web\Controller; |
| 12 | 12 | use yii\web\NotFoundHttpException; |
@@ -2,6 +2,7 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | namespace app\backend\controllers; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use app\backend\actions\DeleteOne; |
| 6 | 7 | use app\backend\actions\MultipleDelete; |
| 7 | 8 | use app\backend\components\BackendController; |
@@ -11,7 +12,6 @@ discard block |
||
| 11 | 12 | use app\models\Property; |
| 12 | 13 | use app\models\PropertyGroup; |
| 13 | 14 | use app\models\PropertyStaticValues; |
| 14 | -use Yii; |
|
| 15 | 15 | use yii\db\Query; |
| 16 | 16 | use yii\filters\AccessControl; |
| 17 | 17 | |
@@ -2,19 +2,19 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace app\backend\controllers; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use app\models\Form; |
| 6 | 7 | use app\models\Object; |
| 7 | 8 | use app\models\ObjectPropertyGroup; |
| 8 | 9 | use app\models\PropertyGroup; |
| 9 | 10 | use app\models\Submission; |
| 10 | 11 | use app\properties\DynamicSearchModel; |
| 11 | -use Yii; |
|
| 12 | 12 | use yii\db\Query; |
| 13 | 13 | use yii\filters\AccessControl; |
| 14 | 14 | use yii\helpers\ArrayHelper; |
| 15 | +use yii\helpers\Url; |
|
| 15 | 16 | use yii\web\Controller; |
| 16 | 17 | use yii\web\NotFoundHttpException; |
| 17 | -use yii\helpers\Url; |
|
| 18 | 18 | |
| 19 | 19 | class FormController extends Controller |
| 20 | 20 | { |
@@ -2,6 +2,7 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | namespace app\backend\controllers; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use app\modules\image\widgets\RemoveAction; |
| 6 | 7 | use app\modules\image\widgets\SaveInfoAction; |
| 7 | 8 | use app\modules\image\widgets\UploadAction; |
@@ -10,7 +11,6 @@ discard block |
||
| 10 | 11 | use devgroup\JsTreeWidget\AdjacencyFullTreeDataAction; |
| 11 | 12 | use devgroup\JsTreeWidget\TreeNodeMoveAction; |
| 12 | 13 | use devgroup\JsTreeWidget\TreeNodesReorderAction; |
| 13 | -use Yii; |
|
| 14 | 14 | use yii\filters\AccessControl; |
| 15 | 15 | use yii\helpers\Url; |
| 16 | 16 | use yii\web\Controller; |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace app\backend\controllers; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use app\backend\models\NewsletterConfig; |
| 6 | -use app\modules\page\models\Page; |
|
| 7 | 7 | use app\models\SubscribeEmail; |
| 8 | -use Yii; |
|
| 8 | +use app\modules\page\models\Page; |
|
| 9 | 9 | use yii\filters\AccessControl; |
| 10 | 10 | use yii\web\Controller; |
| 11 | 11 | |
@@ -2,6 +2,7 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | namespace app\backend\controllers; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use app\components\Helper; |
| 6 | 7 | use app\models\Form; |
| 7 | 8 | use app\models\Object; |
@@ -10,11 +11,10 @@ discard block |
||
| 10 | 11 | use app\models\PropertyGroup; |
| 11 | 12 | use app\models\PropertyStaticValues; |
| 12 | 13 | use app\models\Submission; |
| 14 | +use app\modules\image\widgets\SaveInfoAction; |
|
| 13 | 15 | use app\modules\image\widgets\views\AddImageAction; |
| 14 | 16 | use app\properties\PropertyHandlers; |
| 15 | -use app\modules\image\widgets\SaveInfoAction; |
|
| 16 | 17 | use devgroup\TagDependencyHelper\ActiveRecordHelper; |
| 17 | -use Yii; |
|
| 18 | 18 | use yii\caching\TagDependency; |
| 19 | 19 | use yii\filters\AccessControl; |
| 20 | 20 | use yii\helpers\Url; |