Skip to content

Commit

Permalink
add setRedirectUri
Browse files Browse the repository at this point in the history
  • Loading branch information
bessudnov committed Nov 24, 2020
1 parent c82b30a commit beb6195
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/AmoCRM.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ public function setProtocol($protocol)
$this->protocol = $protocol;
}

/**
* @param string|null $redirectUri
*/
public function setRedirectUri($redirectUri)
{
$this->redirectUri = $redirectUri;
}

/**
* @return string
*/
Expand Down

0 comments on commit beb6195

Please sign in to comment.