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 Nov 14, 2023
1 parent 44b110f commit 16c0332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ public function pgJsonb($value)
*/
public function pgOid($value)
{
return new pgOid($value);
return new PgOid($value);
}

/**
Expand Down

0 comments on commit 16c0332

Please sign in to comment.