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

@ -9,7 +9,7 @@ use GuzzleHttp\Message\RequestInterface;
use Psr\Log\LoggerAwareInterface;
use Psr\Log\LoggerInterface;
use Psr\Log\NullLogger;
use Wallabag\SiteConfig\Authenticator\LoginFormAuthenticator;
use Wallabag\SiteConfig\LoginFormAuthenticator;
use Wallabag\SiteConfig\SiteConfig;
use Wallabag\SiteConfig\SiteConfigBuilder;