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.
1 parent b62e08b commit 9971238Copy full SHA for 9971238
src/Connect/Connection.php
@@ -36,6 +36,7 @@ protected function getDefaultQueryGrammar()
36
if (method_exists($grammar, 'setConnection')) {
37
$grammar->setConnection($this);
38
}
39
+
40
return $this->withTablePrefix($grammar);
41
42
@@ -50,6 +51,7 @@ protected function getDefaultSchemaGrammar()
50
51
52
53
54
55
56
57
0 commit comments