We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7ec12 commit 957f9b3Copy full SHA for 957f9b3
tests/QueryBuilderTest.php
@@ -6,7 +6,6 @@
6
7
use PHPUnit\Framework\Attributes\DataProviderExternal;
8
use PHPUnit\Framework\Attributes\TestWith;
9
-use Yiisoft\Db\Command\Param;
10
use Yiisoft\Db\Constant\DataType;
11
use Yiisoft\Db\Driver\Pdo\PdoConnectionInterface;
12
use Yiisoft\Db\Exception\IntegrityException;
@@ -16,6 +15,7 @@
16
15
use Yiisoft\Db\Expression\Expression;
17
use Yiisoft\Db\Expression\ExpressionInterface;
18
use Yiisoft\Db\Expression\Function\ArrayMerge;
+use Yiisoft\Db\Expression\Param;
19
use Yiisoft\Db\Pgsql\Column\ArrayColumn;
20
use Yiisoft\Db\Pgsql\Column\IntegerColumn;
21
use Yiisoft\Db\Pgsql\Tests\Provider\QueryBuilderProvider;
0 commit comments