From 7a03fd9b7817e9b88638fcf8fab93083e2ff9701 Mon Sep 17 00:00:00 2001 From: lsces Date: Wed, 4 Feb 2026 19:48:28 +0000 Subject: Make compatible with other lavarel Grammar classes --- src/FirebirdConnection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } /** -- cgit v1.3