Skip to content

Commit 4394ee6

Browse files
committed
Add missing import to AbstractCommand
1 parent 4425776 commit 4394ee6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Additional Use Grant: You may use the Licensed Work when your application
1010
uses the Licensed Work for a purpose that does neither
1111
directly or indirectly generate revenue.
1212

13-
Change Date: 2022-08-16
13+
Change Date: 2022-10-23
1414

1515
Change License: Version 2 or later of the GNU General Public License as
1616
published by the Free Software Foundation.

files/lib/system/command/AbstractCommand.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Use of this software is governed by the Business Source License
66
* included in the LICENSE file.
77
*
8-
* Change Date: 2022-08-16
8+
* Change Date: 2022-10-23
99
*
1010
* On the date above, in accordance with the Business Source
1111
* License, use of this software will be governed by version 2
@@ -17,6 +17,7 @@
1717
use \chat\data\room\Room;
1818
use \wcf\data\object\type\ObjectTypeCache;
1919
use \wcf\data\user\UserProfile;
20+
use \wcf\system\exception\UserInputException;
2021

2122
/**
2223
* Default implemention for command processors.

0 commit comments

Comments
 (0)