Docs about namespaced migrations fixed

This commit is contained in:
Klimov Paul
2017-01-10 14:22:50 +02:00
parent 6d277ddafb
commit 25a7ed60e7
4 changed files with 91 additions and 26 deletions

View File

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