fixing package output

This commit is contained in:
nmonterroso
2015-06-22 11:18:36 -07:00
parent 6f11092a57
commit 5de99bafa7

View File

@@ -126,7 +126,7 @@ public class PhpClientCodegen extends DefaultCodegen implements CodegenConfig {
}
protected String getSrcDir(String packageName) {
return rootNamespace + "/src/" + packageName;
return "src/" + packageName;
}
protected void prefixPackages() {