1
0
mirror of https://github.com/flarum/core.git synced 2025-10-21 03:36:05 +02:00
This commit is contained in:
Toby Zerner
2016-01-02 15:26:05 +10:30
parent 3767ee4bf6
commit 08dbc246dd
4 changed files with 1 additions and 4 deletions

View File

@@ -37,7 +37,6 @@ class AuthenticationResponseFactory
*/
public function __construct(SessionAuthenticator $authenticator, Rememberer $rememberer)
{
$this->authenticator = $authenticator;
$this->rememberer = $rememberer;
}