diff options
Diffstat (limited to 'php/src')
-rw-r--r-- | php/src/Google/Protobuf/Internal/Descriptor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/Google/Protobuf/Internal/Descriptor.php b/php/src/Google/Protobuf/Internal/Descriptor.php index d0d1e259..f8d24e45 100644 --- a/php/src/Google/Protobuf/Internal/Descriptor.php +++ b/php/src/Google/Protobuf/Internal/Descriptor.php @@ -129,7 +129,7 @@ class Descriptor $message_name_without_package = ""; $classname = ""; $fullname = ""; - getFullClassName( + GPBUtil::getFullClassName( $proto, $containing, $file_proto, |