castopod/app/Views/Components/Charts/Pie.php
2021-12-29 11:55:43 +00:00

11 lines
153 B
PHP

<?php
declare(strict_types=1);
namespace App\Views\Components\Charts;
class Pie extends ChartsComponent
{
protected string $type = 'pie-chart';
}