Skip to content

Commit

Permalink
fix(spanner): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
larkee committed Mar 21, 2024
1 parent fc20c4e commit bfa208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Expand Up @@ -835,7 +835,7 @@ public function pgJsonb($value)
*/
public function pgOid($value)
{
return new pgOid($value);
return new PgOid($value);
}

/**
Expand Down

0 comments on commit bfa208c

Please sign in to comment.