Skip to content

Commit

Permalink
Merge pull request #380 from lunglung876/master
Browse files Browse the repository at this point in the history
Change lockMaxWait in RedisSessionHandler from private to protected
  • Loading branch information
snc authored Mar 5, 2018
2 parents 305b3ea + 7803479 commit e8463d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Session/Storage/Handler/RedisSessionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class RedisSessionHandler implements \SessionHandlerInterface
/**
* @var int Maximum amount of seconds to wait for the lock
*/
private $lockMaxWait;
protected $lockMaxWait;

/**
* Redis session storage constructor.
Expand Down

0 comments on commit e8463d0

Please sign in to comment.