Skip to content

Commit 96d95b1

Browse files
authored
Merge pull request #2202 from theyough/shard-command
Add missing parent::configure() call
2 parents e326d6c + 38abd4d commit 96d95b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/ShardCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class ShardCommand extends AbstractCommand
1818
{
1919
protected function configure()
2020
{
21+
parent::configure();
22+
2123
$this
2224
->setName('odm:schema:shard')
2325
->addOption('class', 'c', InputOption::VALUE_OPTIONAL, 'Document class to process (default: all classes)')

0 commit comments

Comments
 (0)