@@ -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 | /** |
@@ -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); |