Skip to content

Commit

Permalink
Merge pull request #1 from johnroyer/master
Browse files Browse the repository at this point in the history
Modify object visibility
  • Loading branch information
repat authored Jan 6, 2022
2 parents 57a832e + b2c8761 commit 3be2ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Repat/CrawlQueue/RedisCrawlQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ class RedisCrawlQueue implements CrawlQueue
* Redis Instance
* @var \Predis\Client
*/
private $redis;
protected $redis;

/**
* Prefix for this crawl
* @var string
*/
private $prefix;
protected $prefix;

public function __construct(?Client $redis = null, ?string $prefix = null)
{
Expand Down

0 comments on commit 3be2ba7

Please sign in to comment.