Skip to content

Commit

Permalink
Change visibility property construct AbstractDDLQueryBuilder::class. (
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Mar 27, 2023
1 parent fe77625 commit 2c26fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/QueryBuilder/AbstractDDLQueryBuilder.php
Expand Up @@ -24,9 +24,9 @@
abstract class AbstractDDLQueryBuilder implements DDLQueryBuilderInterface
{
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 2c26fee

Please sign in to comment.