1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-02 23:20:08 +00:00

Mark all box controllers as final

This commit is contained in:
Tim Düsterhus 2023-02-02 16:44:23 +01:00
parent 677b07c634
commit 4579696576
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF

View File

@ -27,7 +27,7 @@
/** /**
* Dynamic box controller implementation for a list of rooms. * Dynamic box controller implementation for a list of rooms.
*/ */
class RoomListBoxController extends AbstractDatabaseObjectListBoxController final class RoomListBoxController extends AbstractDatabaseObjectListBoxController
{ {
/** /**
* @inheritDoc * @inheritDoc