Метод Kkt::getAuthToken() теперь открыт
This commit is contained in:
@@ -505,7 +505,7 @@ class Kkt extends Client
|
|||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function getAuthToken()
|
public function getAuthToken(): ?string
|
||||||
{
|
{
|
||||||
return $this->auth_token;
|
return $this->auth_token;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user