Add return tyoe to `RoomListBoxController::getLink()`

This commit is contained in:
Tim Düsterhus 2023-02-02 16:43:13 +01:00
parent 060a3b3091
commit 677b07c634
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@ class RoomListBoxController extends AbstractDatabaseObjectListBoxController
/**
* @inheritDoc
*/
public function getLink()
public function getLink(): string
{
return LinkHandler::getInstance()->getControllerLink(RoomListPage::class);
}