fix: bug in refactor (#3688)

This commit is contained in:
Dag 2023-09-23 16:52:39 +02:00 committed by GitHub
parent a6a1d553d9
commit 07f49225d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ abstract class BridgeAbstract
protected array $items = []; protected array $items = [];
protected array $inputs = []; protected array $inputs = [];
protected string $queriedContext = ''; protected ?string $queriedContext = '';
private array $configuration = []; private array $configuration = [];
protected CacheInterface $cache; protected CacheInterface $cache;