Метод Kkt::getAuthToken() теперь открыт

pull/2/head v0.2.5-b
Anthony Axenov 2020-05-30 03:45:06 +08:00
parent 93f5186b15
commit ba5166f2cf
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }