Move LoginFormAuthenticator directly in SiteConfig namespace

This commit is contained in:
Yassine Guedidi
2024-11-23 20:07:07 +01:00
parent ac6969f4cc
commit 0fdcbcf7fb
4 changed files with 9 additions and 10 deletions

View File

@ -1,13 +1,12 @@
<?php
namespace Wallabag\SiteConfig\Authenticator;
namespace Wallabag\SiteConfig;
use GuzzleHttp\ClientInterface;
use GuzzleHttp\Cookie\CookieJar;
use Symfony\Component\DomCrawler\Crawler;
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
use Wallabag\ExpressionLanguage\AuthenticatorProvider;
use Wallabag\SiteConfig\SiteConfig;
class LoginFormAuthenticator
{