From 8885db0ae56b5a21483c8287eb296d76b5fc4423 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 20 Aug 2022 19:35:32 +0300 Subject: [PATCH] fix --- application/Espo/Core/Authentication/Result/Data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Authentication/Result/Data.php b/application/Espo/Core/Authentication/Result/Data.php index 4ac2ff67ed..8265ff395a 100644 --- a/application/Espo/Core/Authentication/Result/Data.php +++ b/application/Espo/Core/Authentication/Result/Data.php @@ -37,7 +37,7 @@ class Data { private ?string $message = null; - private ?string$token = null; + private ?string $token = null; private ?string $view = null;