Commit 778c2b96 authored by Jens Segers's avatar Jens Segers Committed by GitHub

Merge pull request #1220 from D3nnisH/missing-query-grammar

Fixes missing QueryGrammar in Connection class
parents 45a1f481 44dae3bd
......@@ -43,6 +43,8 @@ class Connection extends BaseConnection
$this->useDefaultPostProcessor();
$this->useDefaultSchemaGrammar();
$this->useDefaultQueryGrammar();
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment