mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-21 21:30:08 +00:00
Add missing import to AbstractCommand
This commit is contained in:
parent
44257766b0
commit
4394ee60ea
2
LICENSE
2
LICENSE
@ -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
|
uses the Licensed Work for a purpose that does neither
|
||||||
directly or indirectly generate revenue.
|
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
|
Change License: Version 2 or later of the GNU General Public License as
|
||||||
published by the Free Software Foundation.
|
published by the Free Software Foundation.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Use of this software is governed by the Business Source License
|
* Use of this software is governed by the Business Source License
|
||||||
* included in the LICENSE file.
|
* 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
|
* On the date above, in accordance with the Business Source
|
||||||
* License, use of this software will be governed by version 2
|
* License, use of this software will be governed by version 2
|
||||||
@ -17,6 +17,7 @@
|
|||||||
use \chat\data\room\Room;
|
use \chat\data\room\Room;
|
||||||
use \wcf\data\object\type\ObjectTypeCache;
|
use \wcf\data\object\type\ObjectTypeCache;
|
||||||
use \wcf\data\user\UserProfile;
|
use \wcf\data\user\UserProfile;
|
||||||
|
use \wcf\system\exception\UserInputException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default implemention for command processors.
|
* Default implemention for command processors.
|
||||||
|
Loading…
Reference in New Issue
Block a user