blob: 3bbd0c2b5ea4d942ddbe18d0ea46b5b0e5f6a5a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
namespace Icinga\Module\Icingadb\Widget\ItemList;
use Icinga\Module\Icingadb\Common\ListItemCommonLayout;
class CommentListItem extends BaseCommentListItem
{
use ListItemCommonLayout;
}
|