1
0
Fork 0

Make method public again

pull/260/head
Felix Becker 2017-02-01 15:54:51 +01:00
parent 12dfce51d7
commit b2e9d57e14
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class DependenciesIndex extends AbstractAggregateIndex
/**
* @return Index[]
*/
public function getIndexes(): array
protected function getIndexes(): array
{
return $this->indexes;
}