summaryrefslogtreecommitdiff
path: root/src/FirebirdConnection.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/FirebirdConnection.php')
-rwxr-xr-xsrc/FirebirdConnection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FirebirdConnection.php b/src/FirebirdConnection.php
index 2826f66..7186d00 100755
--- a/src/FirebirdConnection.php
+++ b/src/FirebirdConnection.php
@@ -53,7 +53,7 @@ class FirebirdConnection extends DatabaseConnection
*/
protected function getDefaultSchemaGrammar()
{
- return $this->withTablePrefix(new FirebirdSchemaGrammar);
+ return new FirebirdSchemaGrammar($this); // $this->withTablePrefix()
}
/**