diff --git a/src/AtolOnline/Api/Kkt.php b/src/AtolOnline/Api/Kkt.php index ee9a59a..694698c 100644 --- a/src/AtolOnline/Api/Kkt.php +++ b/src/AtolOnline/Api/Kkt.php @@ -505,7 +505,7 @@ class Kkt extends Client * * @return string */ - protected function getAuthToken() + public function getAuthToken(): ?string { return $this->auth_token; }