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 3f86eb8 commit 44dae3bCopy full SHA for 44dae3b
src/Jenssegers/Mongodb/Connection.php
@@ -43,6 +43,8 @@ public function __construct(array $config)
43
$this->useDefaultPostProcessor();
44
45
$this->useDefaultSchemaGrammar();
46
+
47
+ $this->useDefaultQueryGrammar();
48
}
49
50
/**
0 commit comments