Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / src / Generator / ProfileGenerator.php
index e3431b220ef5ac8c672dfeadff05be220e105604..8d0857c1a9a53f67784611b2784168dccd409438 100644 (file)
@@ -18,6 +18,7 @@ class ProfileGenerator extends Generator
         $description,
         $core,
         $dependencies,
+        $themes,
         $distribution
     ) {
         $dir = $profile_path . '/' . $machine_name;
@@ -57,6 +58,7 @@ class ProfileGenerator extends Generator
           'core' => $core,
           'description' => $description,
           'dependencies' => $dependencies,
+          'themes' => $themes,
           'distribution' => $distribution,
         ];