getconfig in RootAliasPackage
parent
3905f275d6
commit
dec44e6ba9
|
@ -62,6 +62,14 @@ class RootAliasPackage extends AliasPackage implements RootPackageInterface
|
||||||
return $this->aliasOf->getPreferStable();
|
return $this->aliasOf->getPreferStable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritDoc}
|
||||||
|
*/
|
||||||
|
public function getConfig()
|
||||||
|
{
|
||||||
|
return $this->aliasOf->config;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue