aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'conformance/autoload.php')
-rw-r--r--conformance/autoload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conformance/autoload.php b/conformance/autoload.php
index 2cee31c4..0f49aecb 100644
--- a/conformance/autoload.php
+++ b/conformance/autoload.php
@@ -2,7 +2,7 @@
define("GOOGLE_INTERNAL_NAMESPACE", "Google\\Protobuf\\Internal\\");
define("GOOGLE_NAMESPACE", "Google\\Protobuf\\");
-define("GOOGLE_GPBMETADATA_NAMESPACE", "GPBMetadata\\Google\\Protobuf\\Internal\\");
+define("GOOGLE_GPBMETADATA_NAMESPACE", "GPBMetadata\\Google\\Protobuf\\");
function protobuf_autoloader_impl($class, $prefix) {
$length = strlen($prefix);