Skip to content

Commit 44dae3b

Browse files
author
D3nnisH
committed
Fixes missing QueryGrammar
1 parent 3f86eb8 commit 44dae3b

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)