1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

#1120 - registering the new MappingDescribeCommand with the ORM's ConsoleRunner

This commit is contained in:
Marco Pivetta 2014-10-19 18:41:14 +02:00
parent 806068b0df
commit 1208cc836a

View file

@ -107,7 +107,8 @@ class ConsoleRunner
new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(),
new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(),
new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(),
new \Doctrine\ORM\Tools\Console\Command\InfoCommand()
new \Doctrine\ORM\Tools\Console\Command\InfoCommand(),
new \Doctrine\ORM\Tools\Console\Command\MappingDescribeCommand(),
));
}