From 3e30422cdae3cc45f44c3039c2d38b99121dd9e9 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 1 Mar 2015 20:25:43 +0100 Subject: Only one pattern for LiipTheme Others patterns aren't required (but I think it's still important to have them around) --- src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Helper') 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; * * If no user where logged in, it will returne the default theme */ - class DetectActiveTheme implements DeviceDetectionInterface { protected $securityContext; -- cgit v1.2.3