Skip to content

Commit

Permalink
Update Case for class
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennett Black committed Nov 8, 2022
1 parent 48cf0f5 commit 000ac64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DB2ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function register()
Connection::resolverFor('db2', function ($connection, $database, $prefix, $config) {
$connector = new DB2Connector();

$connection = new Db2Connection(
$connection = new DB2Connection(
$connector->connect($config),
$database,
$prefix,
Expand Down

0 comments on commit 000ac64

Please sign in to comment.