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