castopod/app/Views/Components/Charts/XYDuration.php

11 lines
168 B
PHP

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