Skip to content

Commit

Permalink
Fix extendability of schema builder
Browse files Browse the repository at this point in the history
  • Loading branch information
a-melnikov committed Aug 5, 2022
1 parent 515f86f commit cf99c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Definition/Builder/SchemaBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

class SchemaBuilder
{
private TypeResolver $typeResolver;
private bool $enableValidation;
protected TypeResolver $typeResolver;
protected bool $enableValidation;

public function __construct(TypeResolver $typeResolver, bool $enableValidation = false)
{
Expand Down

0 comments on commit cf99c9b

Please sign in to comment.