Skip to content

Commit

Permalink
Change visibility AbstractDMLQueryBuilder::class. (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Mar 27, 2023
1 parent 4e20f6f commit 9f7e9c5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/DMLQueryBuilder.php
Expand Up @@ -11,11 +11,8 @@
use Yiisoft\Db\Exception\InvalidConfigException;
use Yiisoft\Db\Exception\NotSupportedException;
use Yiisoft\Db\Expression\Expression;
use Yiisoft\Db\Expression\ExpressionInterface;
use Yiisoft\Db\Query\QueryInterface;
use Yiisoft\Db\QueryBuilder\AbstractDMLQueryBuilder;
use Yiisoft\Db\QueryBuilder\QueryBuilderInterface;
use Yiisoft\Db\Schema\QuoterInterface;
use Yiisoft\Db\Schema\SchemaInterface;

use function implode;
Expand All @@ -29,14 +26,6 @@
*/
final class DMLQueryBuilder extends AbstractDMLQueryBuilder
{
public function __construct(
private QueryBuilderInterface $queryBuilder,
private QuoterInterface $quoter,
private SchemaInterface $schema
) {
parent::__construct($queryBuilder, $quoter, $schema);
}

/**
* @throws Exception
* @throws InvalidArgumentException
Expand Down

0 comments on commit 9f7e9c5

Please sign in to comment.