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.
2 parents 45a1f48 + 44dae3b commit 778c2b9Copy full SHA for 778c2b9
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