Преглед изворни кода

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}
      */