Skip to content

Commit

Permalink
fix: Fix incorrect return value in LoadJobConfiguration (#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed authored and dwsupplee committed Sep 16, 2019
1 parent 5c49ed7 commit 3453a5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BigQuery/src/LoadJobConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,5 +574,7 @@ public function writeDisposition($writeDisposition)
public function useAvroLogicalTypes($useAvroLogicalTypes)
{
$this->config['configuration']['load']['useAvroLogicalTypes'] = $useAvroLogicalTypes;

return $this;
}
}

0 comments on commit 3453a5a

Please sign in to comment.