diff options
| author | lsces <lester@lsces.co.uk> | 2026-02-04 19:48:28 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-02-04 19:48:28 +0000 |
| commit | 7a03fd9b7817e9b88638fcf8fab93083e2ff9701 (patch) | |
| tree | dbe49f05fdf88b929f4ce46f2417683c3e5dd016 /src | |
| parent | 89360dad9bc1b315d73f383bb5a2d6ee3fc2a7ed (diff) | |
| download | illuminate-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-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() } /** |
