Added missing $learnedWhy property
parent
781d8cb925
commit
813fd0b703
|
@ -40,6 +40,7 @@ class Solver
|
|||
protected $branches = array();
|
||||
protected $problems = array();
|
||||
protected $learnedPool = array();
|
||||
protected $learnedWhy = array();
|
||||
|
||||
public function __construct(PolicyInterface $policy, Pool $pool, RepositoryInterface $installed)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue