Fix missing reference in local repository
parent
dcfe310cff
commit
23c1c40b3d
|
@ -120,6 +120,7 @@ class RepositoryManager
|
||||||
*/
|
*/
|
||||||
public function setLocalRepository(RepositoryInterface $repository)
|
public function setLocalRepository(RepositoryInterface $repository)
|
||||||
{
|
{
|
||||||
|
$repository->setRepositoryManager($this);
|
||||||
$this->localRepository = $repository;
|
$this->localRepository = $repository;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue