Skip to content

Commit

Permalink
Added schema query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kg-bot committed May 30, 2019
1 parent acb596f commit 218c138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builders/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function blank( $url )
{
return $this->request->client->get( [

'url' => $url . '/api/' . $this->entity,
'url' => $url . '/api/' . $this->entity . '?schema=blank',
'output_format' => 'JSON',
] );
}
Expand Down

0 comments on commit 218c138

Please sign in to comment.