mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-14 14:28:10 +02:00
9 lines
123 B
PHP
9 lines
123 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Director\Web\Widget;
|
|
|
|
class OrderedList extends AbstractList
|
|
{
|
|
protected $tag = 'ol';
|
|
}
|