mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-25 10:56:18 +03:00
fix: bug in refactor (#3688)
This commit is contained in:
parent
a6a1d553d9
commit
07f49225d9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ abstract class BridgeAbstract
|
|||
|
||||
protected array $items = [];
|
||||
protected array $inputs = [];
|
||||
protected string $queriedContext = '';
|
||||
protected ?string $queriedContext = '';
|
||||
private array $configuration = [];
|
||||
|
||||
protected CacheInterface $cache;
|
||||
|
|
Loading…
Reference in a new issue