From: Alexander Ebert Date: Thu, 7 Apr 2016 10:19:36 +0000 (+0200) Subject: Fixed use statement order X-Git-Tag: 3.0.0_Beta_1~1953 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=652f97c2a014fb4963e3ada700c43a4a777006b4;p=GitHub%2FWoltLab%2FWCF.git Fixed use statement order --- diff --git a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php index ee91e7ac1c..771008243f 100644 --- a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php +++ b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php @@ -12,7 +12,7 @@ use wcf\system\SingletonFactory; * Handles multi-application environments. * * @author Alexander Ebert - * @copyright 2001-2015 WoltLab GmbH + * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License * @package com.woltlab.wcf * @subpackage system.application