From 6f7316e4216a19c5b8957a0f397d3aff1919f1f7 Mon Sep 17 00:00:00 2001 From: cweiske Date: Tue, 2 Feb 2010 19:25:35 +0000 Subject: make serviceoverrides user-configurable git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@626 b3834d28-1941-0410-a4f8-b48e95affb8f --- src/SemanticScuttle/Service/Factory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SemanticScuttle/Service/Factory.php') diff --git a/src/SemanticScuttle/Service/Factory.php b/src/SemanticScuttle/Service/Factory.php index a073251..9b79e6c 100644 --- a/src/SemanticScuttle/Service/Factory.php +++ b/src/SemanticScuttle/Service/Factory.php @@ -51,7 +51,7 @@ class SemanticScuttle_Service_Factory * * @var array */ - protected static $serviceoverrides = array(); + public static $serviceoverrides = array(); -- cgit v1.2.3-54-g00ecf