Skip to content

Commit ce03fa0

Browse files
committed
fix: optionsResolver was private and not available in the extended class
1 parent 423b4e2 commit ce03fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Api
4242

4343
private EventDispatcher $eventDispatcher;
4444

45-
private OptionsResolver $optionsResolver;
45+
protected OptionsResolver $optionsResolver;
4646

4747
public function __construct()
4848
{

0 commit comments

Comments
 (0)