diff options
| -rwxr-xr-x | src/FirebirdConnection.php | 2 |
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() } /** |
