mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-04-18 13:24:52 +00:00
Mark all box controllers as final
This commit is contained in:
parent
677b07c634
commit
4579696576
@ -27,7 +27,7 @@ use wcf\system\WCF;
|
|||||||
/**
|
/**
|
||||||
* 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user