1
0
mirror of https://github.com/flarum/core.git synced 2025-07-04 16:46:08 +02:00

Remove unused $lifetime variable

This commit is contained in:
Clark Winkelmann
2018-03-07 01:30:23 +01:00
committed by GitHub
parent 26dfc8ae21
commit aba22b9119

@ -33,8 +33,6 @@ class Rememberer
public function remember(ResponseInterface $response, AccessToken $token)
{
$lifetime = null;
$token->lifetime = 5 * 365 * 24 * 60 * 60; // 5 years
$token->save();