diff --git a/docs/guide/migration.md b/docs/guide/migration.md index 2833a84..7d31ca5 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 ```