1
0
Fork 0

getconfig in RootAliasPackage

pull/5401/head
Sven Wittevrongel 2016-06-02 14:20:36 +01:00
parent 3905f275d6
commit dec44e6ba9
1 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,14 @@ class RootAliasPackage extends AliasPackage implements RootPackageInterface
return $this->aliasOf->getPreferStable();
}
/**
* {@inheritDoc}
*/
public function getConfig()
{
return $this->aliasOf->config;
}
/**
* {@inheritDoc}
*/