Skip to content

Commit

Permalink
More Case Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennett Black committed Nov 8, 2022
1 parent 000ac64 commit 234cf5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/DB2Processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace BWICompanies\DB2Driver;

use BWICompanies\Db2Driver\DB2QueryGrammar;
use BWICompanies\DB2Driver\DB2QueryGrammar;
use Illuminate\Database\Query\Builder;
use Illuminate\Database\Query\Processors\Processor;

Expand Down
2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

use BWICompanies\Db2Driver\Tests\TestCase;
use BWICompanies\DB2Driver\Tests\TestCase;

uses(TestCase::class)->in(__DIR__);
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected function setUp(): void
protected function getPackageProviders($app)
{
return [
Db2DriverServiceProvider::class,
DB2DriverServiceProvider::class,
];
}

Expand Down

0 comments on commit 234cf5b

Please sign in to comment.