Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / composer / installers / src / Composer / Installers / ShopwareInstaller.php
index d0193cba3f825661fce61fc89d23dc7f7ccd10ba..7d20d27a2284f5545cd846211602651e6e67caf7 100644 (file)
@@ -25,9 +25,9 @@ class ShopwareInstaller extends BaseInstaller
     {
         if ($vars['type'] === 'shopware-theme') {
             return $this->correctThemeName($vars);
-        } else {
-            return $this->correctPluginName($vars);
         }
+
+        return $this->correctPluginName($vars);        
     }
 
     /**