summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-02-27 15:43:36 +0000
committerlsces <lester@lsces.co.uk>2026-02-27 15:43:36 +0000
commitb122b69bddebc95a0427f051d980aa6cbd95b993 (patch)
treed70ca3d679e52bb016494a6f668e1af85d386577 /src
parente80331e5ef449883305d5a2ba26bb1c0c467f881 (diff)
downloadilluminate-firebird-b122b69bddebc95a0427f051d980aa6cbd95b993.tar.gz
illuminate-firebird-b122b69bddebc95a0427f051d980aa6cbd95b993.tar.bz2
illuminate-firebird-b122b69bddebc95a0427f051d980aa6cbd95b993.zip
Correct class name illuminate uses database names as prefix
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Schema/Grammars/FirebirdGrammar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Schema/Grammars/FirebirdGrammar.php b/src/Schema/Grammars/FirebirdGrammar.php
index cecef1a..cf86728 100755
--- a/src/Schema/Grammars/FirebirdGrammar.php
+++ b/src/Schema/Grammars/FirebirdGrammar.php
@@ -5,7 +5,7 @@ namespace Xgrz\Firebird\Schema\Grammars;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Schema\Grammars\Grammar;
use Illuminate\Support\Fluent;
-use Xgrz\Firebird\Query\Builder;
+use Xgrz\Firebird\Query\FirebirdBuilder;
class FirebirdGrammar extends Grammar
{