Skip to content
Snippets Groups Projects
XY.php 151 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    declare(strict_types=1);
    
    namespace App\Views\Components\Charts;
    
    class XY extends ChartsComponent
    {
        protected string $type = 'xy-chart';
    }