fix: OdbcResultset not found

This commit is contained in:
Guillermo Pages
2021-09-13 18:15:02 +02:00
parent 239bb0d850
commit a8273a6487
2 changed files with 4 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
namespace Bsr\Db;
use Bsr\Db\Exception\SqlException;
use Gbili\Db\Req\Req;
use Gbili\PDOWithFilters\PDOWithFilters;
class Connection
@@ -43,7 +42,7 @@ class Connection
$statement->closeCursor();
return new OdbcResultset($rows);
return new OdbcResultSet($rows);
}
/**