mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-17 03:20:22 +01: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
|
|
{
|
|
}
|