diff --git a/marketplace/code/infrastructure/factories/TrainingFactory.php b/marketplace/code/infrastructure/factories/TrainingFactory.php index 613d1db..50ab77e 100644 --- a/marketplace/code/infrastructure/factories/TrainingFactory.php +++ b/marketplace/code/infrastructure/factories/TrainingFactory.php @@ -25,7 +25,7 @@ final class TrainingFactory implements ITrainingFactory { * @param null|string $call_2_action_url * @return ICompanyService */ - public function buildCompanyService($name, $overview, ICompany $company, $active, IMarketPlaceType $marketplace_type, $call_2_action_url = null, $live_service = null) + public function buildCompanyService($name, $overview, ICompany $company, $active, IMarketPlaceType $marketplace_type, $call_2_action_url = null, $live_service = null, $published = null) { $training = new TrainingService; $training->setName($name);