summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-03-05 10:16:13 +0000
committerlsces <lester@lsces.co.uk>2026-03-05 10:16:13 +0000
commitdfee5db3888ab04148febf24b3ce641e6c200bde (patch)
treef1606ee656fb8a1e1affc1f99586f227b404ba4e
parentedab1b47dab22f0db581823493b3acce60823b3b (diff)
downloadilluminate-firebird-dfee5db3888ab04148febf24b3ce641e6c200bde.tar.gz
illuminate-firebird-dfee5db3888ab04148febf24b3ce641e6c200bde.tar.bz2
illuminate-firebird-dfee5db3888ab04148febf24b3ce641e6c200bde.zip
This hack for illuminate will hopefully be retired once packagist accepts the new namespace
-rwxr-xr-xextra/ConnectionFactory.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/ConnectionFactory.php b/extra/ConnectionFactory.php
index b2d19dc..80f57de 100755
--- a/extra/ConnectionFactory.php
+++ b/extra/ConnectionFactory.php
@@ -12,8 +12,8 @@ use Illuminate\Database\SqlServerConnection;
use Illuminate\Support\Arr;
use InvalidArgumentException;
use PDOException;
-use Xgrz\Firebird\FirebirdConnection;
-use Xgrz\Firebird\FirebirdConnector;
+use Firebird\Illuminate\FirebirdConnection;
+use Firebird\Illuminate\FirebirdConnector;
class ConnectionFactory
{