Косметические изменения

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2022-11-06 09:21:47 +10:00
parent 4fc8e011d0
commit e2e5635cd3
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ declare(strict_types=1);
namespace mirzaev\accounts;
// Браузер
use GuzzleHttp\Client as browser;
/**

View File

@ -5,7 +5,7 @@ declare(strict_types=1);
namespace mirzaev\accounts\auth;
/**
* Базовая авторизация
* Базовая аутентификация
*/
interface basic
{