Fix incorrect function call (#3232)
This commit is contained in:
parent
b9b34e9b11
commit
8d97b3d8b5
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class Descriptor
|
|||
$message_name_without_package = "";
|
||||
$classname = "";
|
||||
$fullname = "";
|
||||
getFullClassName(
|
||||
GPBUtil::getFullClassName(
|
||||
$proto,
|
||||
$containing,
|
||||
$file_proto,
|
||||
|
|
Loading…
Add table
Reference in a new issue