Artist is allowed to be null.
[rock.divinelegy.git] / Domain / Entities / StepMania / Simfile.php
index 7071e0b..9a62740 100644 (file)
@@ -29,7 +29,7 @@ class Simfile extends AbstractEntity implements ISimfile
     \r
     public function __construct(\r
         $title,\r
-        IArtist $artist,\r
+        IArtist $artist = null,\r
         IUser $uploader,\r
         IBPM $bpm,\r
         $bpmChanges,\r