getconfig in RootAliasPackage

main
Sven Wittevrongel 8 years ago
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…
Cancel
Save