Fixed a few inconcistencies

This commit is contained in:
Kévin Gomez 2013-12-15 14:04:11 +00:00
commit b9ceee8abd
6 changed files with 26 additions and 13 deletions

View file

@ -42,7 +42,7 @@ class MigrationUpCommand extends WrappedCommand
*/
protected function createSubCommandInstance()
{
return new \Propel\Generator\Command\MigrationUpCommand();
return new BaseMigrationCommand();
}
/**