Skip to content

Commit 778c2b9

Browse files
authored
Merge pull request #1220 from D3nnisH/missing-query-grammar
Fixes missing QueryGrammar in Connection class
2 parents 45a1f48 + 44dae3b commit 778c2b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Jenssegers/Mongodb/Connection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ public function __construct(array $config)
4343
$this->useDefaultPostProcessor();
4444

4545
$this->useDefaultSchemaGrammar();
46+
47+
$this->useDefaultQueryGrammar();
4648
}
4749

4850
/**

0 commit comments

Comments
 (0)