mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-21 21:30:08 +00:00
Add return tyoe to RoomListBoxController::getLink()
This commit is contained in:
parent
060a3b3091
commit
677b07c634
@ -6,7 +6,7 @@
|
||||
* Use of this software is governed by the Business Source License
|
||||
* included in the LICENSE file.
|
||||
*
|
||||
* Change Date: 2026-09-17
|
||||
* Change Date: 2027-02-02
|
||||
*
|
||||
* On the date above, in accordance with the Business Source
|
||||
* License, use of this software will be governed by version 2
|
||||
@ -91,7 +91,7 @@ public function hasLink()
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function getLink()
|
||||
public function getLink(): string
|
||||
{
|
||||
return LinkHandler::getInstance()->getControllerLink(RoomListPage::class);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user