Skip to content

Commit cf99c9b

Browse files
committed
Fix extendability of schema builder
1 parent 515f86f commit cf99c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Definition/Builder/SchemaBuilder.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
class SchemaBuilder
1515
{
16-
private TypeResolver $typeResolver;
17-
private bool $enableValidation;
16+
protected TypeResolver $typeResolver;
17+
protected bool $enableValidation;
1818

1919
public function __construct(TypeResolver $typeResolver, bool $enableValidation = false)
2020
{

0 commit comments

Comments
 (0)