We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20eea6f commit 22c643cCopy full SHA for 22c643c
lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/DropCommand.php
@@ -31,7 +31,7 @@ class DropCommand extends AbstractCommand
31
self::SEARCH_INDEX => ['search index(es)', 'search indexes'],
32
];
33
34
- protected function configure(): void
+ protected function doConfigure(): void
35
{
36
$this
37
->setName('odm:schema:drop')
0 commit comments