mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-07 16:08:48 +00:00
Remove unused property in LoginFormAuthenticator
This commit is contained in:
parent
f856afbef8
commit
aec8e26058
1 changed files with 0 additions and 3 deletions
|
@ -11,9 +11,6 @@ use Wallabag\SiteConfig\SiteConfig;
|
||||||
|
|
||||||
class LoginFormAuthenticator implements Authenticator
|
class LoginFormAuthenticator implements Authenticator
|
||||||
{
|
{
|
||||||
/** @var \GuzzleHttp\Client */
|
|
||||||
protected $guzzle;
|
|
||||||
|
|
||||||
/** @var SiteConfig */
|
/** @var SiteConfig */
|
||||||
private $siteConfig;
|
private $siteConfig;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue