summaryrefslogtreecommitdiffstats
path: root/library/Director/Web/Widget/UnorderedList.php
blob: f01dbe39ff8593c02a1895e575d0bc7019ed6d82 (plain)
1
2
3
4
5
6
7
8
<?php

namespace Icinga\Module\Director\Web\Widget;

class UnorderedList extends AbstractList
{
    protected $tag = 'ul';
}