summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-02-04 19:48:28 +0000
committerlsces <lester@lsces.co.uk>2026-02-04 19:48:28 +0000
commit7a03fd9b7817e9b88638fcf8fab93083e2ff9701 (patch)
treedbe49f05fdf88b929f4ce46f2417683c3e5dd016 /src
parent89360dad9bc1b315d73f383bb5a2d6ee3fc2a7ed (diff)
downloadilluminate-firebird-7a03fd9b7817e9b88638fcf8fab93083e2ff9701.tar.gz
illuminate-firebird-7a03fd9b7817e9b88638fcf8fab93083e2ff9701.tar.bz2
illuminate-firebird-7a03fd9b7817e9b88638fcf8fab93083e2ff9701.zip
Make compatible with other lavarel Grammar classes
Diffstat (limited to 'src')
-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()
}
/**