Skip to content

Commit

Permalink
Fix doc (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov authored Jun 2, 2024
1 parent cac68ec commit b971343
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/guide/en/usage-with-yii-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ Add to `config/params.php`:
...
```

Now the `MigrationService::class` uses the `View` of the application that is already registered in `yiisoft/view`.

Execute `composer du` in console to rebuild the configuration.

Now we have the `yiisoft/db-migration` package configured and it can be called in the console.
Expand Down
2 changes: 0 additions & 2 deletions docs/guide/pt-BR/usage-with-yii-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ Adicione em `config/params.php`:
...
```

Agora o `MigrationService::class` usa o `View` da aplicação que já está registrada em `yiisoft/view`.

Execute `composer du` no console para reconstruir a configuração.

Agora temos o pacote [`yiisoft/db-migration`](https://github.com/yiisoft/db-migration) configurado e ele pode ser chamado no console.
Expand Down

0 comments on commit b971343

Please sign in to comment.