diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-05 10:16:13 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-05 10:16:13 +0000 |
| commit | dfee5db3888ab04148febf24b3ce641e6c200bde (patch) | |
| tree | f1606ee656fb8a1e1affc1f99586f227b404ba4e | |
| parent | edab1b47dab22f0db581823493b3acce60823b3b (diff) | |
| download | illuminate-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-x | extra/ConnectionFactory.php | 4 |
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 { |
