From ba5166f2cf65ab84aa273a095a98b0471e428481 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sat, 30 May 2020 03:45:06 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D1=82=D0=BE=D0=B4=20Kkt::getAuthTo?= =?UTF-8?q?ken()=20=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D1=80=D1=8B=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AtolOnline/Api/Kkt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }