Skip to content

Commit 1ebf6dc

Browse files
committed
Fix missing parent::configure()
1 parent a328c9b commit 1ebf6dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ class DropCommand extends AbstractCommand
3333

3434
protected function doConfigure(): void
3535
{
36+
parent::configure();
37+
3638
$this
3739
->setName('odm:schema:drop')
3840
->addOption('class', 'c', InputOption::VALUE_REQUIRED, 'Document class to process (default: all classes)')

0 commit comments

Comments
 (0)