Call parent constructor in aggregate indexes
parent
4ce57811f8
commit
2193b28421
|
@ -26,6 +26,7 @@ class GlobalIndex extends AbstractAggregateIndex
|
||||||
{
|
{
|
||||||
$this->stubsIndex = $stubsIndex;
|
$this->stubsIndex = $stubsIndex;
|
||||||
$this->projectIndex = $projectIndex;
|
$this->projectIndex = $projectIndex;
|
||||||
|
parent::__construct();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -26,6 +26,7 @@ class ProjectIndex extends AbstractAggregateIndex
|
||||||
{
|
{
|
||||||
$this->sourceIndex = $sourceIndex;
|
$this->sourceIndex = $sourceIndex;
|
||||||
$this->dependenciesIndex = $dependenciesIndex;
|
$this->dependenciesIndex = $dependenciesIndex;
|
||||||
|
parent::__construct();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue