File "WithCharts.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/maatwebsite/excel/src/Concerns/WithCharts.php
File size: 189 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Maatwebsite\Excel\Concerns;

use PhpOffice\PhpSpreadsheet\Chart\Chart;

interface WithCharts
{
    /**
     * @return Chart|Chart[]
     */
    public function charts();
}