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

11 lines
153 B
PHP

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