1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-04-03 23:35:51 +03:00

fix: bug in refactor ()

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

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;