mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-17 21:50:09 +02:00
12 lines
152 B
PHP
12 lines
152 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Chart;
|
|
|
|
use Icinga\Chart\Chart;
|
|
|
|
class PieChart extends Chart
|
|
{
|
|
}
|