mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-22 02:00:40 +00:00
Remove obsolete Room::getCache()
This commit is contained in:
parent
65f6f8d7b7
commit
eec0eefe0b
@ -92,13 +92,6 @@ class Room extends \chat\data\CHATDatabaseObject implements \wcf\system\request\
|
||||
return $canWrite || $ph->getPermission($this, 'mod.canAlwaysWrite');
|
||||
}
|
||||
|
||||
/**
|
||||
* Loads the room cache.
|
||||
*/
|
||||
public static function getCache() {
|
||||
return \chat\system\cache\builder\RoomCacheBuilder::getInstance()->getData();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the ID of this chat-room.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user