@@ -279,7 +279,7 @@ |
||
279 | 279 | $this->getModelNameCamlized(), |
280 | 280 | $this->apiEndpoint, |
281 | 281 | $this->getDbTableShema() |
282 | - ), |
|
282 | + ), |
|
283 | 283 | ]; |
284 | 284 | |
285 | 285 | foreach ($files as $file) { |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use yii\helpers\Console; |
7 | 7 | use yii\helpers\Inflector; |
8 | 8 | use yii\db\TableSchema; |
9 | -use luya\Boot; |
|
10 | 9 | use luya\helpers\FileHelper; |
11 | 10 | |
12 | 11 | /** |