Fixed use-statement order
authorAlexander Ebert <ebert@woltlab.com>
Fri, 21 Jul 2017 19:27:17 +0000 (21:27 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 21 Jul 2017 19:27:17 +0000 (21:27 +0200)
wcfsetup/install/files/lib/acp/form/PackageStartInstallForm.class.php

index 7d29d61973363f3dba81aeff839c15113789e7ed..c8a6d5a31f3ae7e2fca394ea438d13f05e19311e 100755 (executable)
@@ -6,9 +6,9 @@ use wcf\data\package\Package;
 use wcf\form\AbstractForm;
 use wcf\system\exception\PermissionDeniedException;
 use wcf\system\exception\UserInputException;
-use wcf\system\package\PackageArchive;
 use wcf\system\package\validation\PackageValidationException;
 use wcf\system\package\validation\PackageValidationManager;
+use wcf\system\package\PackageArchive;
 use wcf\system\package\PackageInstallationDispatcher;
 use wcf\system\WCF;
 use wcf\system\WCFACP;