I think uploading packs is more or less working. I nutted out a few bugs in a lot...
[rock.divinelegy.git] / Domain / Entities / StepMania / PackBuilder.php
index 3a52a36..3abb934 100644 (file)
@@ -56,6 +56,8 @@ class PackBuilder implements IPackBuilder
     {
         return $this->_packFactory->createInstance($this->_title,
                                                    $this->_uploader,
-                                                   $this->_simfiles);
+                                                   $this->_simfiles,
+                                                   $this->_banner,
+                                                   $this->_file);
     }
 }
\ No newline at end of file