1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-09 00:20:08 +00:00

Properly extend MeCommand

This commit is contained in:
Tim Düsterhus 2012-10-17 14:26:37 +02:00
parent c86cf9442d
commit c3ecf87746

View File

@ -10,7 +10,7 @@
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands
*/
class FreeCommand extends Me {
class FreeCommand extends MeCommand {
public function __construct(\wcf\system\chat\command\CommandHandler $commandHandler) {
parent::__construct($commandHandler);