From da14c9e6927ec78006e5c40c161f88a9706816f3 Mon Sep 17 00:00:00 2001 From: nmonterroso Date: Mon, 22 Jun 2015 19:09:32 -0700 Subject: [PATCH] changing to invokerPackage --- .../src/main/resources/php/ApiClientConfiguration.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/swagger-codegen/src/main/resources/php/ApiClientConfiguration.mustache b/modules/swagger-codegen/src/main/resources/php/ApiClientConfiguration.mustache index 84b901f84e9..491f5a45dd8 100644 --- a/modules/swagger-codegen/src/main/resources/php/ApiClientConfiguration.mustache +++ b/modules/swagger-codegen/src/main/resources/php/ApiClientConfiguration.mustache @@ -15,7 +15,7 @@ * limitations under the License. */ -namespace {{invokerNamespace}}; +namespace {{invokerPackage}}; class ApiClientConfiguration {