Skip to content

Commit 1df291d

Browse files
committed
Rename getRender method
1 parent 455bf98 commit 1df291d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/DefaultApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function getConfig()
124124
* @throws \InvalidArgumentException
125125
* @return \Shotstack\Client\Model\RenderResponse
126126
*/
127-
public function getRenderId($id)
127+
public function getRender($id)
128128
{
129129
list($response) = $this->gETRenderIdWithHttpInfo($id);
130130
return $response;

0 commit comments

Comments
 (0)