mirror of
https://github.com/friendica/friendica
synced 2025-04-19 08:30:11 +00:00
implement feeback
This commit is contained in:
parent
b5bc1b0844
commit
f03c5c7f89
3 changed files with 5 additions and 6 deletions
|
@ -44,8 +44,7 @@ class Logout extends BaseModule
|
|||
protected $cache;
|
||||
/** @var Cookie */
|
||||
protected $cookie;
|
||||
/** @var IHandleUserSessions
|
||||
*/
|
||||
/** @var IHandleUserSessions */
|
||||
protected $session;
|
||||
|
||||
public function __construct(L10n $l10n, App\BaseURL $baseUrl, App\Arguments $args, LoggerInterface $logger, Profiler $profiler, Response $response, ICanCache $cache, Cookie $cookie, IHandleUserSessions $session, array $server, array $parameters = [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue