mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-24 02:20:39 +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();
|
||||
*/
|
||||
public function __tostring() {
|
||||
public function __toString() {
|
||||
return $this->getTitle();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user