From dfee5db3888ab04148febf24b3ce641e6c200bde Mon Sep 17 00:00:00 2001 From: lsces Date: Thu, 5 Mar 2026 10:16:13 +0000 Subject: This hack for illuminate will hopefully be retired once packagist accepts the new namespace --- extra/ConnectionFactory.php | 4 ++-- 1 file 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 { -- cgit v1.3