1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-22 02:00:40 +00:00

Fixing Syntax-Error in IRestrictedCommand

This commit is contained in:
Tim Düsterhus 2012-03-23 18:14:33 +01:00
parent dcaac3e74e
commit a28aaffcae

View File

@ -11,5 +11,5 @@ namespace wcf\system\chat\commands;
* @subpackage system.chat.commands
*/
interface IRestrictedCommand {
protected function checkPermission();
function checkPermission();
}