@@ -13,7 +13,6 @@ discard block |
||
| 13 | 13 | use hipanel\actions\Action; |
| 14 | 14 | use hipanel\actions\ComboSearchAction; |
| 15 | 15 | use hipanel\actions\IndexAction; |
| 16 | -use hipanel\actions\OrientationAction; |
|
| 17 | 16 | use hipanel\actions\PrepareBulkAction; |
| 18 | 17 | use hipanel\actions\ProxyAction; |
| 19 | 18 | use hipanel\actions\RedirectAction; |
@@ -39,7 +38,6 @@ discard block |
||
| 39 | 38 | use yii\base\Event; |
| 40 | 39 | use yii\filters\VerbFilter; |
| 41 | 40 | use yii\helpers\ArrayHelper; |
| 42 | -use yii\rest\UpdateAction; |
|
| 43 | 41 | use yii\web\NotFoundHttpException; |
| 44 | 42 | use yii\web\Response; |
| 45 | 43 | |