mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-17 15:01:19 +02:00
fix: bug in refactor (#3688)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user