mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-13 22:06:51 +08:00
Docs about namespaced migrations fixed
This commit is contained in:
@ -35,6 +35,9 @@ abstract class BaseMigrateController extends Controller
|
||||
* @var string the directory containing the migration classes. This can be either
|
||||
* a path alias or a directory path.
|
||||
*
|
||||
* Migration classes located at this path should be declared without a namespace.
|
||||
* Use [[migrationNamespaces]] property in case you are using namespaced migrations.
|
||||
*
|
||||
* If you have set up [[migrationNamespaces]], you may set this field to `null` in order
|
||||
* to disable usage of migrations that are not namespaced.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user