mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-11 00:40:09 +00:00
Fixing Syntax-Error in IRestrictedCommand
This commit is contained in:
parent
dcaac3e74e
commit
a28aaffcae
@ -11,5 +11,5 @@
|
|||||||
* @subpackage system.chat.commands
|
* @subpackage system.chat.commands
|
||||||
*/
|
*/
|
||||||
interface IRestrictedCommand {
|
interface IRestrictedCommand {
|
||||||
protected function checkPermission();
|
function checkPermission();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user