diff --git a/framework/console/controllers/BaseMigrateController.php b/framework/console/controllers/BaseMigrateController.php index 97918da70b..4fbcdb2e46 100644 --- a/framework/console/controllers/BaseMigrateController.php +++ b/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.