diff options
Diffstat (limited to 'src/Wallabag/ApiBundle/Security/Authentication')
-rw-r--r-- | src/Wallabag/ApiBundle/Security/Authentication/Provider/WsseProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/ApiBundle/Security/Authentication/Provider/WsseProvider.php b/src/Wallabag/ApiBundle/Security/Authentication/Provider/WsseProvider.php index db73ae2a..9bf8b377 100644 --- a/src/Wallabag/ApiBundle/Security/Authentication/Provider/WsseProvider.php +++ b/src/Wallabag/ApiBundle/Security/Authentication/Provider/WsseProvider.php | |||
@@ -17,7 +17,7 @@ class WsseProvider implements AuthenticationProviderInterface | |||
17 | public function __construct(UserProviderInterface $userProvider, $cacheDir) | 17 | public function __construct(UserProviderInterface $userProvider, $cacheDir) |
18 | { | 18 | { |
19 | $this->userProvider = $userProvider; | 19 | $this->userProvider = $userProvider; |
20 | $this->cacheDir = $cacheDir; | 20 | $this->cacheDir = $cacheDir; |
21 | 21 | ||
22 | // If cache directory does not exist we create it | 22 | // If cache directory does not exist we create it |
23 | if (!is_dir($this->cacheDir)) { | 23 | if (!is_dir($this->cacheDir)) { |