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 48c8290 commit 79be572Copy full SHA for 79be572
src/Operation/DropCollection.php
@@ -49,7 +49,7 @@ public function execute(Server $server)
49
* and NOP instead of throwing.
50
*/
51
if ($e->getMessage() === self::$errorMessageNamespaceNotFound) {
52
- return (object) ['ok' => 0, 'errmsg' => 'ns not found'];
+ return (object) ['ok' => 0, 'errmsg' => self::$errorMessageNamespaceNotFound];
53
}
54
55
throw $e;
0 commit comments