Browse Source

Fix migration command example in BaseMigrateController (#18978)

tags/2.0.44
Anton 3 years ago committed by GitHub
parent
commit
480ae53f6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/console/controllers/BaseMigrateController.php

2
framework/console/controllers/BaseMigrateController.php

@ -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.

Loading…
Cancel
Save