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

This commit is contained in:
Anthony Axenov 2020-05-30 03:45:06 +08:00
parent 93f5186b15
commit ba5166f2cf

View File

@ -505,7 +505,7 @@ class Kkt extends Client
*
* @return string
*/
protected function getAuthToken()
public function getAuthToken(): ?string
{
return $this->auth_token;
}