@@ -17,7 +17,6 @@ |
||
17 | 17 | use ymaker\banner\backend\exceptions\FileUploadException; |
18 | 18 | use ymaker\banner\backend\models\entities\Banner; |
19 | 19 | use ymaker\banner\backend\models\entities\BannerTranslation; |
20 | -use ymaker\banner\backend\Module; |
|
21 | 20 | use ymaker\banner\common\components\FileManager; |
22 | 21 | |
23 | 22 | /** |
@@ -58,7 +58,7 @@ |
||
58 | 58 | /** |
59 | 59 | * Returns list of translation attributes. |
60 | 60 | * |
61 | - * @return array |
|
61 | + * @return string[] |
|
62 | 62 | */ |
63 | 63 | public function getTranslationAttributes() |
64 | 64 | { |