فهرست منبع

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