forked from wallabag/wallabag
Remove the CoreBundle namespace
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Wallabag\CoreBundle\SiteConfig\Authenticator;
|
||||
namespace Wallabag\SiteConfig\Authenticator;
|
||||
|
||||
use GuzzleHttp\ClientInterface;
|
||||
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Wallabag\CoreBundle\SiteConfig\Authenticator;
|
||||
namespace Wallabag\SiteConfig\Authenticator;
|
||||
|
||||
use Wallabag\CoreBundle\SiteConfig\SiteConfig;
|
||||
use Wallabag\SiteConfig\SiteConfig;
|
||||
|
||||
/**
|
||||
* Builds an Authenticator based on a SiteConfig.
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Wallabag\CoreBundle\SiteConfig\Authenticator;
|
||||
namespace Wallabag\SiteConfig\Authenticator;
|
||||
|
||||
use GuzzleHttp\ClientInterface;
|
||||
use GuzzleHttp\Cookie\CookieJar;
|
||||
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
|
||||
use Wallabag\CoreBundle\ExpressionLanguage\AuthenticatorProvider;
|
||||
use Wallabag\CoreBundle\SiteConfig\SiteConfig;
|
||||
use Wallabag\ExpressionLanguage\AuthenticatorProvider;
|
||||
use Wallabag\SiteConfig\SiteConfig;
|
||||
|
||||
class LoginFormAuthenticator implements Authenticator
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user