From beb6195c67df3551bdbac1523ab127ec7c49a41b Mon Sep 17 00:00:00 2001 From: Nikita Date: Tue, 24 Nov 2020 17:28:33 +0300 Subject: [PATCH] add setRedirectUri --- src/AmoCRM.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/AmoCRM.php b/src/AmoCRM.php index 8ffd59d..83a840e 100644 --- a/src/AmoCRM.php +++ b/src/AmoCRM.php @@ -80,6 +80,14 @@ public function setProtocol($protocol) $this->protocol = $protocol; } + /** + * @param string|null $redirectUri + */ + public function setRedirectUri($redirectUri) + { + $this->redirectUri = $redirectUri; + } + /** * @return string */