소스 검색

getconfig in RootAliasPackage

Sven Wittevrongel 8 년 전
부모
커밋
dec44e6ba9
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/Composer/Package/RootAliasPackage.php

+ 8 - 0
src/Composer/Package/RootAliasPackage.php

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