diff --git a/docs/guide/migration.md b/docs/guide/migration.md index 2833a8425f..7d31ca519a 100644 --- a/docs/guide/migration.md +++ b/docs/guide/migration.md @@ -307,7 +307,7 @@ are located within the module's `migrations` directory, we can use the following command: ``` -yii migrate/up --migrationPath=@app.modules.forum.migrations +yii migrate/up --migrationPath=@app/modules/forum/migrations ```