diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-10 15:50:10 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-16 23:07:34 +0100 |
commit | 54fd55fda1eca050ba10fd41c68251cd2dcd02a0 (patch) | |
tree | 73ff0eaa1bff68c37e5872b34a78a8540f401d9e /src/Wallabag | |
parent | 65cd8a4a9a1d15d962033f58276005a5f7716f3a (diff) | |
download | wallabag-54fd55fda1eca050ba10fd41c68251cd2dcd02a0.tar.gz wallabag-54fd55fda1eca050ba10fd41c68251cd2dcd02a0.tar.zst wallabag-54fd55fda1eca050ba10fd41c68251cd2dcd02a0.zip |
Tried to fix tests
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Helper/Redirect.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/Redirect.php b/src/Wallabag/CoreBundle/Helper/Redirect.php index 82792aec..f78b7fe0 100644 --- a/src/Wallabag/CoreBundle/Helper/Redirect.php +++ b/src/Wallabag/CoreBundle/Helper/Redirect.php | |||
@@ -13,7 +13,6 @@ class Redirect | |||
13 | { | 13 | { |
14 | private $router; | 14 | private $router; |
15 | private $tokenStorage; | 15 | private $tokenStorage; |
16 | private $actionMarkAsRead; | ||
17 | 16 | ||
18 | public function __construct(Router $router, TokenStorageInterface $tokenStorage) | 17 | public function __construct(Router $router, TokenStorageInterface $tokenStorage) |
19 | { | 18 | { |