Add missing import to AbstractCommand

This commit is contained in:
Tim Düsterhus 2018-10-23 22:01:53 +02:00
parent 44257766b0
commit 4394ee60ea
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Additional Use Grant: You may use the Licensed Work when your application
uses the Licensed Work for a purpose that does neither
directly or indirectly generate revenue.
Change Date: 2022-08-16
Change Date: 2022-10-23
Change License: Version 2 or later of the GNU General Public License as
published by the Free Software Foundation.

View File

@ -5,7 +5,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2022-08-16
* Change Date: 2022-10-23
*
* On the date above, in accordance with the Business Source
* License, use of this software will be governed by version 2
@ -17,6 +17,7 @@ namespace chat\system\command;
use \chat\data\room\Room;
use \wcf\data\object\type\ObjectTypeCache;
use \wcf\data\user\UserProfile;
use \wcf\system\exception\UserInputException;
/**
* Default implemention for command processors.