@@ -206,6 +206,9 @@ |
||
206 | 206 | return $translation; |
207 | 207 | } |
208 | 208 | |
209 | + /** |
|
210 | + * @param string $dirName |
|
211 | + */ |
|
209 | 212 | protected function saveMessagesToPHPEnhanced($messages, $dirName, $overwrite, $removeUnused, $sort, $language) |
210 | 213 | { |
211 | 214 | foreach ($messages as $category => $msgs) { |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace hipanel\actions; |
13 | 13 | |
14 | 14 | use hiqdev\hiart\Collection; |
15 | -use Closure; |
|
16 | 15 | use Yii; |
17 | 16 | |
18 | 17 | /** |
@@ -50,6 +50,9 @@ |
||
50 | 50 | return $this->render($this->getOrientationStorage()); |
51 | 51 | } |
52 | 52 | |
53 | + /** |
|
54 | + * @return string |
|
55 | + */ |
|
53 | 56 | public function getOrientationStorage() |
54 | 57 | { |
55 | 58 | return OrientationStorage::instantiate()->get(Yii::$app->controller->getRoute()); |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use hipanel\grid\ReminderGridView; |
4 | -use hipanel\modules\stock\grid\PartGridView; |
|
5 | 4 | use hipanel\widgets\IndexLayoutSwitcher; |
6 | 5 | use hipanel\widgets\IndexPage; |
7 | 6 | use hipanel\widgets\Pjax; |