diff options
author | Jeremy <jeremy.benoist@gmail.com> | 2015-03-01 20:25:43 +0100 |
---|---|---|
committer | Jeremy <jeremy.benoist@gmail.com> | 2015-03-01 20:25:43 +0100 |
commit | 3e30422cdae3cc45f44c3039c2d38b99121dd9e9 (patch) | |
tree | a15611f10d09749e82011e0d51532af3de8cfabd /src/Wallabag | |
parent | 495aecfe7417918c45d8ea32b1ee8903018449cd (diff) | |
download | wallabag-3e30422cdae3cc45f44c3039c2d38b99121dd9e9.tar.gz wallabag-3e30422cdae3cc45f44c3039c2d38b99121dd9e9.tar.zst wallabag-3e30422cdae3cc45f44c3039c2d38b99121dd9e9.zip |
Only one pattern for LiipTheme
Others patterns aren't required (but I think it's still important to have them around)
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php b/src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php index 2c742e6a..446629db 100644 --- a/src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php +++ b/src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php | |||
@@ -12,7 +12,6 @@ use Wallabag\CoreBundle\Entity\User; | |||
12 | * | 12 | * |
13 | * If no user where logged in, it will returne the default theme | 13 | * If no user where logged in, it will returne the default theme |
14 | */ | 14 | */ |
15 | |||
16 | class DetectActiveTheme implements DeviceDetectionInterface | 15 | class DetectActiveTheme implements DeviceDetectionInterface |
17 | { | 16 | { |
18 | protected $securityContext; | 17 | protected $securityContext; |