@@ -2,22 +2,22 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace app\modules\page\controllers; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use app\components\Controller; |
| 7 | +use app\models\Search; |
|
| 6 | 8 | use app\modules\core\helpers\ContentBlockHelper; |
| 7 | 9 | use app\modules\core\models\ContentBlock; |
| 8 | 10 | use app\modules\page\models\Page; |
| 9 | -use app\models\Search; |
|
| 11 | +use app\modules\seo\behaviors\SetCanonicalBehavior; |
|
| 10 | 12 | use app\traits\LoadModel; |
| 11 | 13 | use devgroup\TagDependencyHelper\ActiveRecordHelper; |
| 12 | -use Yii; |
|
| 13 | 14 | use yii\caching\TagDependency; |
| 14 | 15 | use yii\data\Pagination; |
| 15 | 16 | use yii\db\ActiveQuery; |
| 17 | +use yii\helpers\Url; |
|
| 16 | 18 | use yii\web\ForbiddenHttpException; |
| 17 | 19 | use yii\web\NotFoundHttpException; |
| 18 | 20 | use yii\web\Response; |
| 19 | -use app\modules\seo\behaviors\SetCanonicalBehavior; |
|
| 20 | -use yii\helpers\Url; |
|
| 21 | 21 | |
| 22 | 22 | class PageController extends Controller |
| 23 | 23 | { |