From 0471a0e5542a9ceb8514b7fdab1e47aed12a1406 Mon Sep 17 00:00:00 2001 From: Bas Kamer Date: Tue, 3 Feb 2015 15:35:26 +0100 Subject: [PATCH] incorrect service factory --- configs/module.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/module.config.php b/configs/module.config.php index d04a496..71feecf 100644 --- a/configs/module.config.php +++ b/configs/module.config.php @@ -21,7 +21,7 @@ 'service_manager' => array( 'factories' => array( 'BsbPhingService' => 'BsbPhingService\Service\Factory\PhingServiceFactory', - 'BsbPhingService.serviceOptions' => 'BsbPhingService\Options\Factory\PhingServiceFactory', + 'BsbPhingService.serviceOptions' => 'BsbPhingService\Options\Factory\ServiceOptionsFactory', 'BsbPhingService.phingOptions' => 'BsbPhingService\Options\Factory\PhingOptionsFactory', ), ),