Skip to content

Commit

Permalink
Modify object visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
johnroyer committed Jan 6, 2022
1 parent 57a832e commit b2c8761
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 b2c8761

Please sign in to comment.