Skip to content

Commit

Permalink
Change visibility AbstractDMLQueryBuilder::class. (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Mar 27, 2023
1 parent 324a1f1 commit fe77625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/QueryBuilder/AbstractDMLQueryBuilder.php
Expand Up @@ -46,9 +46,9 @@
abstract class AbstractDMLQueryBuilder implements DMLQueryBuilderInterface
{
public function __construct(
private QueryBuilderInterface $queryBuilder,
private QuoterInterface $quoter,
private SchemaInterface $schema
protected QueryBuilderInterface $queryBuilder,
protected QuoterInterface $quoter,
protected SchemaInterface $schema
) {
}

Expand Down

0 comments on commit fe77625

Please sign in to comment.