Fix ordering of imports in NotificationPresetSettingsForm
authorTim Düsterhus <duesterhus@woltlab.com>
Sat, 18 Oct 2014 23:14:05 +0000 (01:14 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Sat, 18 Oct 2014 23:14:05 +0000 (01:14 +0200)
wcfsetup/install/files/lib/acp/form/NotificationPresetSettingsForm.class.php

index fde4458b8330c62666143958f9119eea9289c825..dca89c87789d04912ecd317037b89f429057e4ba 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 namespace wcf\acp\form;
 use wcf\data\object\type\ObjectTypeCache;
-use wcf\data\user\notification\event\UserNotificationEventEditor;
 use wcf\data\user\notification\event\UserNotificationEvent;
+use wcf\data\user\notification\event\UserNotificationEventEditor;
 use wcf\form\AbstractForm;
 use wcf\system\cache\builder\UserNotificationEventCacheBuilder;
 use wcf\system\exception\UserInputException;