Skip to content

Commit 22c643c

Browse files
committed
Fix DropCommand::configure
1 parent 20eea6f commit 22c643c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class DropCommand extends AbstractCommand
3131
self::SEARCH_INDEX => ['search index(es)', 'search indexes'],
3232
];
3333

34-
protected function configure(): void
34+
protected function doConfigure(): void
3535
{
3636
$this
3737
->setName('odm:schema:drop')

0 commit comments

Comments
 (0)