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

11 lines
153 B
PHP

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