aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-03-01 20:25:43 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-03-01 20:25:43 +0100
commit3e30422cdae3cc45f44c3039c2d38b99121dd9e9 (patch)
treea15611f10d09749e82011e0d51532af3de8cfabd /src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php
parent495aecfe7417918c45d8ea32b1ee8903018449cd (diff)
downloadwallabag-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/CoreBundle/Helper/DetectActiveTheme.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php1
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
16class DetectActiveTheme implements DeviceDetectionInterface 15class DetectActiveTheme implements DeviceDetectionInterface
17{ 16{
18 protected $securityContext; 17 protected $securityContext;