This commit is contained in:
Dan Cryer 2015-10-05 15:07:25 +01:00
parent a7a6ee57e1
commit a6c5c0e0d9

View file

@ -67,7 +67,7 @@ class BuildFactory
$type = 'SubversionBuild';
break;
}
$class = '\\PHPCI\\Model\\Build\\' . $type;
$build = new $class($build->getDataArray());
}