@@ -13,7 +13,6 @@ |
||
13 | 13 | use hipanel\components\UiOptionsStorage; |
14 | 14 | use hipanel\grid\RepresentationCollectionFinder; |
15 | 15 | use hipanel\models\IndexPageUiOptions; |
16 | -use hiqdev\higrid\representations\RepresentationCollectionInterface; |
|
17 | 16 | use Yii; |
18 | 17 | use yii\base\Behavior; |
19 | 18 | use yii\helpers\Html; |
@@ -24,6 +24,9 @@ |
||
24 | 24 | */ |
25 | 25 | private $representationsLocation; |
26 | 26 | |
27 | + /** |
|
28 | + * @param string $controller |
|
29 | + */ |
|
27 | 30 | public function __construct($module, $controller, string $representationsLocation) |
28 | 31 | { |
29 | 32 | $this->module = $module; |