mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-04-26 14:44:52 +00:00
Renaming __tostring to __toString
This commit is contained in:
parent
e537788732
commit
7ead2148e4
@ -56,7 +56,7 @@ class ChatRoom extends \wcf\data\DatabaseObject implements \wcf\system\request\I
|
|||||||
/**
|
/**
|
||||||
* @see \wcf\data\chat\room\ChatRoom::getTitle();
|
* @see \wcf\data\chat\room\ChatRoom::getTitle();
|
||||||
*/
|
*/
|
||||||
public function __tostring() {
|
public function __toString() {
|
||||||
return $this->getTitle();
|
return $this->getTitle();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user