Косметические изменения
This commit is contained in:
parent
4fc8e011d0
commit
e2e5635cd3
|
@ -4,6 +4,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace mirzaev\accounts;
|
||||
|
||||
// Браузер
|
||||
use GuzzleHttp\Client as browser;
|
||||
|
||||
/**
|
||||
|
|
|
@ -5,7 +5,7 @@ declare(strict_types=1);
|
|||
namespace mirzaev\accounts\auth;
|
||||
|
||||
/**
|
||||
* Базовая авторизация
|
||||
* Базовая аутентификация
|
||||
*/
|
||||
interface basic
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue