fix laravel 12 issue with getDefaultQueryGrammar (#36)
* fix laravel 12 issue with getDefaultQueryGrammar
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ class Connection extends BaseConnection
|
||||
/** @inheritDoc */
|
||||
protected function getDefaultQueryGrammar()
|
||||
{
|
||||
return new QueryGrammar();
|
||||
return new QueryGrammar($this);
|
||||
}
|
||||
|
||||
/** @inheritDoc */
|
||||
|
||||
Reference in New Issue
Block a user