Skip to content

Commit 76410cc

Browse files
authored
Fix #47
1 parent bc091d5 commit 76410cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use PDO;
88
use Illuminate\Database\Connection as IlluminateConnection;
99
use Doctrine\DBAL\Driver\PDOSqlsrv\Driver as DoctrineDriver;
10-
use Uepg\LaravelSybase\Database\Query\Builder;
10+
use Illuminate\Database\Query\Builder;
1111
use Uepg\LaravelSybase\Database\Query\Grammar as QueryGrammar;
1212
use Uepg\LaravelSybase\Database\Query\Processor;
1313
use Uepg\LaravelSybase\Database\Schema\Blueprint;

0 commit comments

Comments
 (0)