From: Matthias Schmidt Date: Sat, 22 Oct 2016 07:17:06 +0000 (+0200) Subject: Fix import order X-Git-Tag: 3.0.0_Beta_4~40 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9c9cd486737746a95ec4bac37c07420ecfa5fb5b;p=GitHub%2FWoltLab%2FWCF.git Fix import order --- diff --git a/wcfsetup/install/files/lib/system/user/storage/UserStorageHandler.class.php b/wcfsetup/install/files/lib/system/user/storage/UserStorageHandler.class.php index cd4980c604..34e3fd5072 100644 --- a/wcfsetup/install/files/lib/system/user/storage/UserStorageHandler.class.php +++ b/wcfsetup/install/files/lib/system/user/storage/UserStorageHandler.class.php @@ -2,8 +2,8 @@ namespace wcf\system\user\storage; use wcf\system\cache\source\RedisCacheSource; use wcf\system\cache\CacheHandler; -use wcf\system\database\Redis; use wcf\system\database\util\PreparedStatementConditionBuilder; +use wcf\system\database\Redis; use wcf\system\SingletonFactory; use wcf\system\WCF;