mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-25 10:31:05 +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
|
||||
{
|
||||
/** @var \GuzzleHttp\Client */
|
||||
protected $guzzle;
|
||||
|
||||
/** @var SiteConfig */
|
||||
private $siteConfig;
|
||||
|
||||
|
|
Loading…
Reference in a new issue