Fix migration command example in BaseMigrateController (#18978)

This commit is contained in:
Anton
2021-10-27 10:08:09 +03:00
committed by GitHub
parent 97f9fba7e9
commit 480ae53f6d

View File

@ -632,7 +632,7 @@ abstract class BaseMigrateController extends Controller
* For example:
*
* ```
* yii migrate/create 'app\\migrations\\createUserTable'
* yii migrate/create app\\migrations\\createUserTable
* ```
*
* In case [[migrationPath]] is not set and no namespace is provided, the first entry of [[migrationNamespaces]] will be used.