@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use hiqdev\higrid\representations\RepresentationCollectionInterface; |
| 17 | 17 | use Yii; |
| 18 | 18 | use yii\base\Behavior; |
| 19 | -use yii\base\InvalidConfigException; |
|
| 20 | 19 | use yii\web\Controller; |
| 21 | 20 | |
| 22 | 21 | class UiOptionsBehavior extends Behavior |
@@ -19,6 +19,9 @@ |
||
| 19 | 19 | private $module; |
| 20 | 20 | private $controller; |
| 21 | 21 | |
| 22 | + /** |
|
| 23 | + * @param string $controller |
|
| 24 | + */ |
|
| 22 | 25 | public function __construct($module, $controller) |
| 23 | 26 | { |
| 24 | 27 | $this->module = $module; |