1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

Tried to fix tests

This commit is contained in:
Nicolas Lœuillet 2016-11-10 15:50:10 +01:00 committed by Jeremy Benoist
parent 65cd8a4a9a
commit 54fd55fda1
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 60 additions and 6 deletions

View file

@ -13,7 +13,6 @@ class Redirect
{
private $router;
private $tokenStorage;
private $actionMarkAsRead;
public function __construct(Router $router, TokenStorageInterface $tokenStorage)
{