| @@ -431,7 +431,7 @@ discard block | ||
| 431 | 431 | $this->apiEndpoint, | 
| 432 | 432 | $this->getDbTableShema(), | 
| 433 | 433 | $this->enableI18n | 
| 434 | - ), | |
| 434 | + ), | |
| 435 | 435 | ]; | 
| 436 | 436 | |
| 437 | 437 |          foreach ($files as $file) { | 
| @@ -487,7 +487,7 @@ discard block | ||
| 487 | 487 | $apiEndpoint, | 
| 488 | 488 | Yii::$app->db->getTableSchema($object->tableName(), true), | 
| 489 | 489 | $i18n | 
| 490 | - ), | |
| 490 | + ), | |
| 491 | 491 | ]; | 
| 492 | 492 | |
| 493 | 493 | $this->generateFile($data); | 
| @@ -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 | use luya\admin\ngrest\base\NgRestModelInterface; | 
| 12 | 11 | use yii\console\Exception; | 
| @@ -4,7 +4,6 @@ | ||
| 4 | 4 | |
| 5 | 5 | use Yii; | 
| 6 | 6 | use yii\helpers\FileHelper; | 
| 7 | -use yii\helpers\Console; | |
| 8 | 7 | use yii\imagine\Image; | 
| 9 | 8 | |
| 10 | 9 | /** |