From e2e5635cd33942eb8377dd66b44a28e6d38934c5 Mon Sep 17 00:00:00 2001 From: Mirzaev Date: Sun, 6 Nov 2022 09:21:47 +1000 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=81=D0=BC=D0=B5=D1=82=D0=B8?= =?UTF-8?q?=D1=87=D0=B5=D1=81=D0=BA=D0=B8=D0=B5=20=D0=B8=D0=B7=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mirzaev/accounts/system/account.php | 1 + mirzaev/accounts/system/auth/basic.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mirzaev/accounts/system/account.php b/mirzaev/accounts/system/account.php index 5f148d2..c8264d6 100644 --- a/mirzaev/accounts/system/account.php +++ b/mirzaev/accounts/system/account.php @@ -4,6 +4,7 @@ declare(strict_types=1); namespace mirzaev\accounts; +// Браузер use GuzzleHttp\Client as browser; /** diff --git a/mirzaev/accounts/system/auth/basic.php b/mirzaev/accounts/system/auth/basic.php index da077d4..3f5e5d5 100644 --- a/mirzaev/accounts/system/auth/basic.php +++ b/mirzaev/accounts/system/auth/basic.php @@ -5,7 +5,7 @@ declare(strict_types=1); namespace mirzaev\accounts\auth; /** - * Базовая авторизация + * Базовая аутентификация */ interface basic {