Skip to content

Commit 95f7445

Browse files
authored
Use Hyperf\Context\ApplicationContext instead of Hyperf\Utils\ApplicationContext. (#5621)
1 parent d9a784f commit 95f7445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Cases/PostgreSqlSwooleExtConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace HyperfTest\Database\PgSQL\Cases;
1313

1414
use Exception;
15+
use Hyperf\Context\ApplicationContext;
1516
use Hyperf\Database\Connection;
1617
use Hyperf\Database\ConnectionResolver;
1718
use Hyperf\Database\ConnectionResolverInterface;
@@ -23,7 +24,6 @@
2324
use Hyperf\Database\PgSQL\PostgreSqlSwooleExtConnection;
2425
use Hyperf\Database\Query\Builder;
2526
use Hyperf\Database\Schema\Schema;
26-
use Hyperf\Utils\ApplicationContext;
2727
use Hyperf\Utils\Filesystem\Filesystem;
2828
use Mockery;
2929
use PHPUnit\Framework\TestCase;

0 commit comments

Comments
 (0)