1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00

Rename GuzzleSiteAuthenticator namespace to SiteConfig

This commit is contained in:
Yassine Guedidi 2024-02-02 21:33:09 +01:00
parent 5aeb116d83
commit 8abea942b3
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace Wallabag\CoreBundle\GuzzleSiteAuthenticator;
namespace Wallabag\CoreBundle\SiteConfig;
use BD\GuzzleSiteAuthenticator\SiteConfig\SiteConfig;
use BD\GuzzleSiteAuthenticator\SiteConfig\SiteConfigBuilder;